Answers for "linux chmod remove sticky bit"

1

linux chmod remove sticky bit

# remove user and group sticky bits from directory
chmod ug-s /path/to/directory
Posted by: Guest on March-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language