Author: sulekhasweetysulekhasweety
Date: Jul 9, 2008 10:07
Dear all,
this is what i have read in the book ubuntu linux unleashed,
if you have a desire to severly restrict what a user can do, you can
provide him with a restricted shell. to run a restricted bash shell,
you would use the -r option
ex:- bash -r
then try to do something that you could do as a regular user, such as
ls -a,
you will then see
bash: ls: no such file or directory
now my question is suppose i have my shell restricted, how to make it
back un restricted ?
|