|
|
1.1 root 1:
2:
3: mkdir Command mkdir
4:
5:
6:
7:
8: Create a directory
9:
10: mmkkddiirr [ -rr ] _d_i_r_e_c_t_o_r_y
11:
12: mkdir creates directory. Files or directories with the same name
13: as directory must not already exist. directory will be empty ex-
14: cept for the entries `.', the directory's link to itself, and
15: `..', its link to its parent directory. The option -r creates
16: directories recursively. For example, the command
17:
18:
19: mkdir -r /foo/bar/baz
20:
21:
22: creates directory foo in /; then creates directory bar in the
23: newly created directory foo; and finally creates directory baz in
24: the newly created directory bar.
25:
26: ***** See Also *****
27:
28: commands, rm, rmdir
29:
30: ***** Diagnostics *****
31:
32: mkdir fails and prints an error message if you do not have per-
33: mission to write into directory in which you are attempting to
34: create a new directory, or if the directory in which you at-
35: tempted to create a new directory does not exist.
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.