Hi folks,
LFS 6.1
(FC3 Host)
4.2. Creating the $LFS/tools Directory
http://www.linuxfromscratch.org/lfs/...gtoolsdir.html
[root@localhost ~]# ln -s $LFS/tools /
ln: `//tools': File exists
I looked at
[root@localhost ~]# info coreutils ln
[root@localhost ~]# info coreutils ln 1
both looking more or less the same. I can't understand
Code:
File: coreutils.info, Node: ln invocation, Next: mkdir invocation, Prev: link invocation, Up: Special file types
12.2 `ln': Make links between files
===================================
`ln' makes links between files. By default, it makes hard links; with
the `-s' option, it makes symbolic (or "soft") links. Synopses:
ln [OPTION]... TARGET [LINKNAME]
ln [OPTION]... TARGET... DIRECTORY
* If the last argument names an existing directory, `ln' creates a
link to each TARGET file in that directory, using the TARGETs'
names. (But see the description of the `--no-dereference' option
below.)
* If two filenames are given, `ln' creates a link from the second to
the first.
* If one TARGET is given, `ln' creates a link to that file in the
current directory.
.......
....
[root@localhost ~]# info coreutils ln(1)
-bash: syntax error near unexpected token `('
[root@localhost ~]# info coreutils ln (1)
-bash: syntax error near unexpected token `('
Please help me to understand it. Is it a error? TIA
B.R.
satimis
B.R.
satimis