Make chmod and ls recognize sticky bit (S_ISVTX).
This commit is contained in:
parent
35053c1d48
commit
a55cc8c95e
4
chmod.c
4
chmod.c
|
@ -31,9 +31,9 @@ main(int argc, char *argv[])
|
|||
case 'R':
|
||||
rflag = true;
|
||||
break;
|
||||
case 'r': case 'w': case 'x': case 's':
|
||||
case 'r': case 'w': case 'x': case 's': case 't':
|
||||
/*
|
||||
* -[rwxs] are valid modes so do not interpret
|
||||
* -[rwxst] are valid modes so do not interpret
|
||||
* them as options - in any case we are done if
|
||||
* we hit this case
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user