On Wed, 20 Mar 2002, Murtaza Hussain wrote: > Hi, > I am running a restricted bash shell with a restricted path. I would like to >disable the TAB key as i dont want the users to have a look at the files that are in >the PATH. Can anybody help me with that.
You can disable tab completion by default, but I don't think you can make it (completely) unavailable without rebuilding from source and actually removing the feature. It's only going to stop people for a little while, there's nothing to stop them typing echo * or ( export IFS=":" ; for path in $PATH ; do echo $path/* ; done ) > Thanks > Murtaza > [EMAIL PROTECTED] > > _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list