Bayard's Weblog!!!

My Weblog for Poetry, Quotes, Stuff to Do, ideas about life, and things I for some reason need to save for future reference

Tuesday, September 06, 2005

Linux Commands

Most Used Commands for Linux (Servers)

ls
cd
cp (copies files)
mv (rename or move files)
rm (removes--deletes files)
chmod (changes permissions)

Explanation of essential and most used Linux commands


Explanation of Linux (Unix) Commands

ls -l this will list a directory and details about all the listed files

cd .. will go up a directory

cd \ will change to the highest level directory (root directory)