Mailinglist Archive: opensuse (3261 mails)
| < Previous | Next > |
Re: [SLE] 7.1 and VMware
- From: Jeffrey Taylor <jeff.taylor@xxxxxxxx>
- Date: Sat, 31 Mar 2001 19:07:55 -0600
- Message-id: <20010331190755.D9871@xxxxxxxxxxxxxxxxxxxxx>
I'm sorry. The problem isn't fatal. As usual I reversed the operands
of ln. The correct command is:
ln -s /etc/rc.d /etc/rc.d/init.d
or better yet
ln -s /etc/init.d /etc/rc.d/init.d
(/etc/rc.d is a symlink to /etc/init.d) You may have to delete
/etc/rc.d first.
Jeffrey
Quoting Purple Shirt <purpleshirt@xxxxxxxxxxx>:
[snip]
> Then I ran
>
> ln -s /etc/rc.d/init.d /etc/rc.d
>
> and all the contents (above in /etc/rc.d) disappeared and there was only one
> link rc.d -> init.d left.
>
> Did I junk something important?
--
I don't do Windows and I don't come to work before nine.
-- Johnny Paycheck
of ln. The correct command is:
ln -s /etc/rc.d /etc/rc.d/init.d
or better yet
ln -s /etc/init.d /etc/rc.d/init.d
(/etc/rc.d is a symlink to /etc/init.d) You may have to delete
/etc/rc.d first.
Jeffrey
Quoting Purple Shirt <purpleshirt@xxxxxxxxxxx>:
[snip]
> Then I ran
>
> ln -s /etc/rc.d/init.d /etc/rc.d
>
> and all the contents (above in /etc/rc.d) disappeared and there was only one
> link rc.d -> init.d left.
>
> Did I junk something important?
--
I don't do Windows and I don't come to work before nine.
-- Johnny Paycheck
| < Previous | Next > |