Nelson Pereira wrote:
root@qa-qsuitePBX-01:/usr/local/sbin# file /bin/bash /bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped
root:x:0:0:root:/root:/bin/bash
Hello Nelson
Please do a `file /bin/sh` not a `file /bin/bash`. I am trying to see if you default shell (usually /bin/sh as this is the shell in the init.d script you are trying to run) indeed links to /bin/bash, not to another shell (like dash)
Thanks Marius