LexiConn Knowledgebase

Knowledgebase Home | Favorites Knowledgebase Home | Favorites
Search the Knowledgebase Browse by Category
Typical Shell Commands
Article Details

Last Updated
19th of September, 2008

User Opinions (6 votes)
83% thumbs up 16% thumbs down

How would you rate this answer?
Helpful
Not helpful

When you are logged in to your account via ssh, everything is done by passing text commands to the command line. Here is a list of the absolute most basic Linux / UNIX commands and their use:

lsLists Files and Directories
ls -al Detailed List of Files and Directories
mkdir fooCreates a directory called 'foo'
cd fooChange to the directory 'foo'
cd ..Go up a directory
cd ~Go to your home directory
rmdir fooRemoves the directory 'foo'
rm fileRemoves a file named 'file'
rm -f fileForces the removal of a file called 'file' without prompting you for confirmation
wget urlDownload a file from a web address to directory on your site
tar xfz fileExtract a tar file


Related Articles
Attachments
No attachments were found.

Powered by Interspire Knowledge Manager Knowledgebase Software