|
To determine how much space is available on your
drives, use the df command...

Use ls -l to view the attributes of all files and
folders in a folder...

All the running processes can be seen with the ps
aux command, use |more if there is too much for one screen...

then simply press the spacebar to see the next page
of entries...

Using the tail command with the -f switch will show
you new log entries as they arrive...


More on the way!
|