Quote Originally Posted by Rick View Post
i am conntected to the router...
i want to go to shares/MYVOLUME1/opt/etc/rc.local
but there is no data in this directory....... is that strange ?
No, that is, shares/MYVOLUME1/opt/etc/rc.local is no directory, but a file . To get there, type:
Code:
cd /shares/MYVOLUME1/opt/etc
cat rc.local
Cat is similar to type in DOS
then
Code:
mv rc.local rc.vocal
or something you like better to rename this stuff .

Good luck,
Marc