File:  [MW Coherent from dump] / coherent / a / usr / bin / chmog
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

: /usr/local/chmog 3/12/90
: Usage: chmog mode owner group file ...
if [ $# -lt 4 ] ; then
	echo Usage: chmog mode owner group file ...
	exit 1
fi

mode=$1
shift
owner=$1
shift
group=$1
shift
chown $owner $* || exit 1
chgrp $group $* || exit 1
chmod $mode $* || exit 1
exit 0

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.