|
|
1.1 ! root 1: .pa 1 ! 2: .he 'CHMOD (II)'3/15/72'CHMOD (II)' ! 3: .ti 0 ! 4: NAME chmod -- change mode of file ! 5: .sp ! 6: .ti 0 ! 7: SYNOPSIS sys chmod; name; mode / chmod = 15. ! 8: .sp ! 9: .ti 0 ! 10: DESCRIPTION The file whose name ! 11: is given as the null-terminated string pointed to by name____ ! 12: has its mode changed to mode____. ! 13: Modes are constructed by or__ing together some ! 14: combination of the following: ! 15: .sp ! 16: .in +3 ! 17: 01 write, non-owner ! 18: 02 read, non-owner ! 19: 04 write, owner ! 20: 10 read, owner ! 21: 20 executable ! 22: 40 set user ID on execution ! 23: .in -3 ! 24: .sp ! 25: Only the owner of a file (or the super-user) may change the mode. ! 26: .sp ! 27: .ti 0 ! 28: SEE ALSO chmod(I) ! 29: .sp ! 30: .ti 0 ! 31: DIAGNOSTICS Error bit ! 32: (c-bit) set if name____ cannot be found or if current user ! 33: is neither the owner of the file nor the super-user. ! 34: .sp ! 35: .ti 0 ! 36: BUGS --
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.