Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are plenty of materials online that would help you to master these commands and its various options.  This list will tell you what commands you should start looking up.

 

 

  • ls 
    • List files in current directory
    • ls -l  Lists files in “long” format
    • ls –a  List all files, including “hidden” files.

...

  • mkdir 
    • Make Directory. Example: mkdir /tmp/myfiles/

 

  • rmdir Remove Directory. Example: rmdir /tmp/myfiles/

...

  • scp 
    • secure copy (remote file copy program)

...

  • chkconfig 
    • updates and queries runlevel information for system services
  • service start|stop|status
  • who
  • whoami
  • useradd
  • passwd
  • sudo
  • ssh
  • ping