1752800 Members
5544 Online
108789 Solutions
New Discussion юеВ

restricted shell

 
Dan Am
Frequent Advisor

restricted shell

has anyone heard of a linux version or portaion of the hpux restrictes shell (rsh) to linux ?
i want to set a up a chrooted telnet environment and that would just solve it .
do what you can. don't if you can't.
2 REPLIES 2
James A. Donovan
Honored Contributor

Re: restricted shell

You didn't mention which version of Linux you have, but if it's anything like Redhat, then see the man page on ksh.

#ksh -r

will give you a restricted korn shell
Remember, wherever you go, there you are...
James A. Donovan
Honored Contributor

Re: restricted shell

One more item...here is a link to a document describing how to set up a chroot environment for BIND to run in. You should be able to adapt what it has to say to your environment.

http://www.ibiblio.org/mdw/HOWTO/Chroot-BIND-HOWTO.html
Remember, wherever you go, there you are...