Difference between revisions of "Basic linux commands everyone should know!"
Jump to navigation
Jump to search
import>Csw34 |
import>Csw34 |
||
Line 3: | Line 3: | ||
* ''mkdir'' |
* ''mkdir'' |
||
mkdir newdir newdir2 |
mkdir newdir newdir2 |
||
− | will create two new directories, ''newdir'' and ''newdir2'' |
+ | This will create two new directories, ''newdir'' and ''newdir2'' |
Revision as of 14:34, 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!
- mkdir
mkdir newdir newdir2
This will create two new directories, newdir and newdir2