site
Search:
login
·
register
Home
Reviews
Tools
Forums
FAQs
Find Service
ISP News
Maps
About
All FAQs
Site FAQ
DSL FAQ
Cable Tech
About DSL
Distance
DSL Hurdles
»»
how-to block ads
Search for:
in
all FAQs
All FAQs
»
Linux For Beginners
»
7.4 mkdir - makes folders
FAQ Revisions
Editor:
FastEddie
Last modified on 2008-12-11 10:26:26
view:
single page
·
printable
Table of Contents
1 What is Linux?
(
1
)
2 Understanding files and folders
(
1
)
3 Understanding users and permissions
(
1
)
4 Who and what is root
(
1
)
5 Opening a command shell / terminal
(
1
)
6 Your first Linux commands
(
1
)
6.1 ls - short for list
(
1
)
6.2 pwd - print name of current/working
(
1
)
6.3 cd - Change directory
(
1
)
7 The basic commands
(
1
)
7.1 chmod - Make a file executable
(
1
)
7.2 df - view filesystem disk space usag
(
1
)
7.3 du - View the space used by files an
(
1
)
7.4 mkdir - makes folders
(
1
)
7.5 passwd - changes your login passwor
(
1
)
7.6 rm - delete files and folders
(
1
)
7.7 ln - make symbolic links
(
1
)
7.8 tar archiving utility
7.8 tar archiving utility - tar.bz2 and
(
1
)
8 Thanks to
(
1
)
mkdir - makes folders
Folders are created with the command
mkdir
:
mkdir folder
To make a long path, use mkdir -p :
mkdir -p /use/one/command/to/make/a/long/path/
Like most programs mkdir supports -v (verbose). Practical when used in scripts.
You can make multiple folders in
bash
and other shells with {folder1,folder2} :
mkdir /usr/local/src/bash/{old,new,dist,bugs}
mkdir manual page
The command
rmdir
removes folders.
got feedback?
got feedback?
Any feedback you provide is sent to the owner of this FAQ for possible incorporation and shown publically as well.
by
FastEddie
Saturday, 18-May 17:47:12
Terms of Use & Privacy
|
feedback
|
contact
| Hosting by nac.net - DSL,Hosting & Co-lo
over 13.5 years online © 1999-2013 dslreports.com.