My default shell is bash.But I am not sure which shell it is using or under which mode of the bash while the system is starting.How to ensure that? 2012/2/17 SanskritFritz <sanskritfritz@xxxxxxxxx>: > On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer > <archlinux@xxxxxxxxxxxxxx> wrote: >>> a) You're not using bash (e.g. running rc.d(8) in sh(1)/$whatever). >>> b) You built bash manually and disabled process substitution support. >>> c) You're running bash in POSIX mode. >>> d) Something else happened. >> >> e) Someone hacked into your system and changed the shebang of all daemon >> scripts to "#!/bin/sh". > > Maybe > f) Your default shell is not bash?