I have my hosting users on /bin/bash (chrooted) for SFTP.
How do I add unzip to the list of utilities they can execute?
Running Plesk Panel 9.5.2 on CentOS
|
|
If you think that's relevant you may have problems understanding what's going to be involved. First you need to find the files you need to copy -
Will list the executable file you need to copy into their $PATH. You'll also need to check that this is not a symbolic link or a wrapper script:
(this is compiled executable) Then you need to find all the libs required:
And add those libs to chroot lib dir if required. Note linux-gate is a virtual DSO - you won't find a corresponding file anywhere, libc and ld-linux will probably already be available in the chroot env. C. |
|||
|