You're right -d was a typo, I meant -s. Ans the r option ca be left away. Ron
On Fri, 26 May 2000, Ethan Benson wrote: > On Sat, May 27, 2000 at 05:25:28AM +0200, Ron Rademaker wrote: > > Try: > > rm -rf /dev/mouse > > ln -d /dev/mouse /dev/psaux > > <nitpick> > you don't need -r for deleting /dev/mouse, rm -f /dev/mouse will > do. don't use -rf unecessarily to avoid `accidents' ;-) > > and i think you mean ln -s not ln -d, -s makes symbolic links, -d > makes hard links to directories (impossible under linux) > </nitpick> > > -- > Ethan Benson > http://www.alaska.net/~erbenson/ >