Basic linux commands everyone should know!: Difference between revisions
Jump to navigation
Jump to search
import>Csw34 No edit summary |
import>Csw34 No edit summary |
||
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! |
||
* ''mkdir'' |
|||
Used to create new directories i.e. to make a directory called ''newdir'' |
|||
mkdir ''newdir'' |
Revision as of 14:33, 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
Used to create new directories i.e. to make a directory called newdir
mkdir newdir