On Thu, Apr 16, 2009 at 08:32:34PM -0700, Lavannya wrote: > I expected ps -f will also give the result /bin/bash. Can anyone > will point me out where in /etc/inittab or /etc/init.d/rc.sysinit > file, the shell is being set as /bin/sh when the server is booted > in single user mode?
It appears the "/bin/sh" is defined in the source for SysVinit. You'd have to create a patched version of the package to alter it. Take a look in src/paths.h in the sysvinit source tarball, for the SHELL #define. -- Jonathan Billings <[email protected]> The College of Language, Science and the Arts LS&A IT - Research Systems and Support _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
