At my old job we had a Ubuntu 8.04 server that we SSH into. The shell was very limited (no bash history, can not tab predict commands, etc). Is there a config file to do things like that?
|
feedback
|
|
feedback
|
/bin/sh(intended for script execution) rather than the more usual/bin/bash(intended for both script execution and interactive use). MikeyB's answer tells you how to change a user's shell to/bin/sh, but why would you want to? What do you hope to achieve? – Gilles Sep 27 '11 at 21:38