Chuletas: Common Linux Shell Commands

Common Linux Shell Commands 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 …

Chuletas: Common Linux Shell Commands Read »