Tuesday, June 12, 2012

Basic Ubuntu Linux Commands for VPSVille

ls -l
the above command list the directory with added information

date
the above command shows the date

cat filename
list the contents of user supply filename

cat filename | more
list the file contents 1 screen at a time, press space to move to the next screen

rm filename
delete the file

ps ax
shows running process

top
like taskmanager on windows, type quit to quit

No comments:

Post a Comment