|
|
1.1 root 1:
2:
3: ln Command ln
4:
5:
6:
7:
8: Create a link to a file
9:
10: llnn [-ff] _o_l_d_f_i_l_e [_n_e_w_f_i_l_e]
11: llnn [-ff] _o_l_d_f_i_l_e ... _d_i_r_e_c_t_o_r_y
12:
13: A link lets you give you a file more than one name. The file's
14: contents or attributes may be changed via either name.
15:
16: In its first form, ln links the name newfile to the file that is
17: already named oldfile, provided that newfile does not already ex-
18: ist. If newfile is omitted, a link is created in the current
19: directory with the same file name as oldfile, with leading direc-
20: tory information removed.
21:
22: In the second form, ln links oldfile with an identical name in
23: another directory. In effect, one file will ``live'' in two
24: directories.
25:
26: If newfile already exists, -f forces ln to unlink it and assign
27: its name to oldfile.
28:
29: Links to directories or across file systems are impossible.
30:
31: ***** See Also *****
32:
33: commands, cp, ls, mv, rm
34:
35:
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.