Posts Tagged ‘php’
Users registering for shared Linux webhosting accounts are normally not provided with shell access. Even if they do, what they can do with the shell is limited, as they are only in a jailed environment, thanks to CPanel’s jailshell. Displaying the SHELL variable at the command prompt verifies this;
$ echo $SHELL
/usr/local/cpanel/bin/jailshell
To briefly show what it [...]