Re: symbolic link disappears on reboot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2005-06-21 at 23:50 -0400, Claude Jones wrote:
> On Tuesday 21 June 2005 23:35, Jason L Tibbitts III wrote:
> >
> > CJ> ln -s ttyS14 modem
> >
> > cp modem /etc/udev/devices
> >
> > udev will copy anything in /etc/udev/devices into the freshly created
> > /dev at boot time.
> >
> [root@viewridgeproductions2 cj]# ln -s ttyS14 modem
> [root@viewridgeproductions2 cj]# cp modem /etc/udev/devices
> cp: cannot stat `modem': No such file or directory
> 
> I'm still doing something wrong - this is what I got

You missed the implied "cd /dev":

# cd /dev
# rm -f modem
# ln -s ttyS14 modem
# cp -p modem /etc/udev/devices

Paul.
-- 
Paul Howarth <paul@xxxxxxxxxxxx>


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux