Web Hosting Talk







View Full Version : lynx turn on/off .... on a server?


mercury
05-20-2002, 06:22 PM
hi,
i just disable lynx on a server doing:
chmod o=-x /usr/bin/lynx

Now, i like to enable it again and do this:
chmod 1=-x /usr/bin/lynx

but it comes not up....

Do i miss something? or do i something wrong?


Thank for help..

PS: it is a CPanel server

clocker1996
05-20-2002, 06:41 PM
Just do this:

chmod -x `which lynx`

to enable
chmod +x `which lynx`

and i believe this should be posted in the technical forum or whatever