Just type "top" into the command line. It requires no arguments. To exit, press 'q'.
With the top command.
top
With the top command.
At the command prompt, type 'man [command]' (removing the brackets and substituting the command for which you need information).
cp.
The df command displays drive capacities. The free command will show memory usage. The top command will show the system load of various processes.
For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'
k is not a standard command in Linux.
For Linux, use the 'mv' command, which is a rename
mount
Viewing a file:"less [filename]"viewing the standard output of a command:"[command] | less"
The c99 command is a wrapper program that actually calls 'cc'. This is the standard c compiler for Linux. Since other Unix based systems use a c99 command to call the compiler with the 1999 standards there is a similar command to do the same thing under Linux.