Thank you, I am still in a fog in terms of simple things like symlinks. What you want is to end up with a link in the linux directory called kernel-source-2.4.18 that links to /usr/src/kernel-source-2.4.18. So how should that be said?
[ ]1.d create a symbolic link to kernel-source-2.4.18 from /usr/src/linux $ ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux Best Wishes! Mike Olds www.buddhadust.org -----Original Message----- From: Jamin W.Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 2:47 PM To: [EMAIL PROTECTED] Subject: Re: Rebuilding the Kernel Mini HOW TO On Mon, 14 Oct 2002 14:19:48 -0700 Michael Olds <[EMAIL PROTECTED]> wrote: > [ ]1.b. if no /usr/src/linux dir exists, make it > $ cd /usr/src > $ mkdir linux (snip) > [ ]1.d create a symbolic link to /usr/src/linux > $ ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux Doing 1.b. followed by 1.d. will _not_ work. A directory with the name "linux" exists, as it was created in 1.b. and thus a symlink with the same name can not be made at the same level. Instead you will wind up with a symlink in the linux directory called kernel-source-2.4.18. -- Jamin W. Collins -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]