3.5 Permissions related command summary


1. The UNIX commands associated with Permissions are:

	ls -l [files]				Show current permissions

	chmod modespecifications files		Change permissions

	umask [n]				set or examine value 
						denoting permissions
						denied

	chown owner-userid files		Change the owner-userid
						for specified files from you 
						(System V)

	chgrp groupname files		Change the group name
						for files

Questions? Robert Katz: rkatz@ned.highline.edu
Last Update July 9, 2002