Purchase Solution

Knoppix commands to accomplish requested sequence of steps

Not what you're looking for?

Ask Custom Question

1. In your home directory, create the directory "POS301".
2. Change into the new directory.
3. Obtain into the file week1 the current date and time.
4. Add a blank line to the file.
5. Append to the file, using the date command piped through the cut command, the date in the format "Day Mon dd yyyy" (example: Mon Aug 10 2009).
6. Add a blank line to the file.
7. Append to the file the full listing of the seventh and eight process running.

Purchase this Solution

Solution Summary

The solution makes use of head and tail commands to get the full listing of the seventh and eight process running.

Solution Preview

All these commands have been listed in same order in the attached script 265321.sh so that you can execute them in batch mode by just invoking the script as "bash 265321.sh" or as "./265321.sh" after you have set the execute permissions on it by using "chmod +x ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.