# chmod u+s /path/to/prog # Set SUID bit on executable (know what you do!)
# find / -perm -u+s -print # Find all programs with the SUID bit
# chown user:group /path/to/file # Change the user and group ownership of a file
# chgrp group /path/to/file # Change the group ownership of a file
by
psuresh
2008-03-24 03:41
reference
·
howto
·
unix
·
commands
·
cheatsheet
·
useful