Difference between revisions of "Basic linux commands everyone should know!"

From CUC3
Jump to navigation Jump to search
import>Csw34
import>Cen1001
Line 1: Line 1:
 
Here are a few simple linux commands that should make life a bit easier for you. Please everyone, add anything you think would be useful!
 
Here are a few simple linux commands that should make life a bit easier for you. Please everyone, add anything you think would be useful!
  +
  +
You may want to read the computer office's [http://www-co.ch.cam.ac.uk/software/unix/booklet/ introduction to Unix booklet] .
   
 
* ''mkdir''
 
* ''mkdir''

Revision as of 15:39, 29 April 2008

Here are a few simple linux commands that should make life a bit easier for you. Please everyone, add anything you think would be useful!

You may want to read the computer office's introduction to Unix booklet .

  • mkdir
mkdir newdir newdir2

This will create two new directories, newdir and newdir2