#
# $Header$
#
# Sample configuration file for resh.
#
# $Log$
#

#
# Set path to include a private bin directory plus the standard search
# path.  Note that we do not permit commands in the current directory
# to be executed.  Do not allow this unless you're sure of your users.
#
\path	/a/login/bin:/usr/ecn:/usr/ucb:/usr/new:/usr/local:/usr/bin:/bin

#
# Uncomment these to prohibit the following:
#
#	nooverwrite	prevents overwriting files with ">"
#	nocreate	prevents creating files with ">" and ">>"
#	nowrite		prevents any use of ">" and ">>"
#
#\nooverwrite
#\nocreate
#\nowrite

#
# Allow the following commands only.
#
#	AVOID IF POSSIBLE:
#		at, chgrp, chmod, ed, edit, ex, jove, ln, printenv,
#		rm, rmdir, sed, vi
#
#	NEVER ALLOW:
#		csh, chsh, login, passwd, rlogin, rsh, sh, su
#
cat		# so they can look at files
date		# harmless
f		# so they can see who someone is
finger		# alternate name of "f"
kermit		# for file transfers
kill		# so they can kill their processes
ls		# so they can look at a directory
more		# so they can page through files
ps		# so they can find their processes
pwd		# so they can see where they are
rn		# so they can read news
who		# so they can see who's on
