Use chmod You Schmuck
Octal mode
chmod 1664 myfile.c
Symbolic mode
chmod u=rw,g=rw,o=r myfile.c
chmod g+w myfile.c
chmod a+r myfile.c
chmod o-w-x myfile.c
chmod u+t myfile.c
chmod g+s myfile.c
Previous slide
Next slide
Back to first slide
View graphic version