bash broken on remote server, how to login ?

k1piee said:
ok so this information doesn't help me at all.. All my accounts have bash as standard shell, bash if f****d up so I can't login to the server.

Select option 4 from the boot menu (Boot into single-user mode). When it asks which shell to use, type /bin/sh.

Then just mount the root filesystem (mount -u /), and change root's shell back to /bin/tcsh.
 
phoenix said:
Select option 4 from the boot menu (Boot into single-user mode). When it asks which shell to use, type /bin/sh.

Then just mount the root filesystem (mount -u /), and change root's shell back to /bin/tcsh.


Thanks man, you're a life saver! <3
Got everything working now :)
 
Back
Top