The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-11-2008
robotronic's Avatar
robotronic robotronic is offline
Can I play with madness?
 

Join Date: Apr 2002
Location: Italy
Posts: 370
Maybe you can fool your users inserting in their environment these custom functions:

builtin() { echo "builtin is disabled"; }
unset() { echo "unset is disabled"; }
pwd() { echo "pwd is disabled"; }

For now I don't have any clever ideas
Reply With Quote