Tag Archives - unix

Common SSH or Linux Shell Commands – JustHost

ls : list files/directories in a directory, comparable to dir in windows/dos. ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file. cd : change directory cd /usr/local/apache : go to /usr/local/apache/ directory cd ~ : go to your home directory cd – : go to the last directory you were…