On 1/28/06, Niki Kovacs <[EMAIL PROTECTED]> wrote:
> ln -sv tclsh8.4 /tools/bin/tclsh
>
> I'm not exactly sure about this. What am I supposed to create here? A
> symlink /tools/bin/tclsh pointing to /usr/bin/tclsh8.4? In that case, the
> command should be issued from within /usr/bin, but the book doesn't state so.
> I *think* it should be this, e. g. ln -sv /usr/bin/tclsh8.4 /usr/bin/tclsh,
> but I prefer to ask just to be on the safe side.
FBBG (follow book, book good)

I thought the same the first time, but this is a correct syntax for ln.

>
> One more general remark: I do about 1/3 of things without knowing too much
> what they mean, but there's much (!) to be learnt from the other 2/3. Guess
> it's like learning a language: put one foot in front of the other, and
> concentrate on the things you grasp.
>
> Ah yes, one other question: is it possible to configure the network otherwise
> on the LiveCD? I have a small home network, with 192.168.1.1 acting as a
> gateway. We're on dialup here, and the connection is shared via IP
> masquerading. How could I attribute a static IP (192.168.1.4), gateway
> address (192.168.1.1) and nameserver (213.36.80.1) to the system booted via
> the CD, while deactivating DHCP?
the command to configure the noetwork the network is 'ip'
man ip
french doc on how to use ip (when you are used to ifconfig, which I
think is the case ?)
http://www.linux-france.org/prj/inetdoc/cours/interco.noyau/interco.noyau.userspace.html

Jeremy (another french user of lfs ;-) BTW, are you the 'kikinovak'
who writes articles in the french linux magazines ?)
--
Linux Registered User #317862
Linux From Scratch Registered User #16571
Please do not send me .doc, .xls, .ppt, as I will *NOT* read them.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to