Last Updated on March 13, 2022 by Admin 3
The command,chmod 0777 /data
will:
- Remove all special permissions
- Make the
/data
directory a sticky bit directory - Make the
/data
directory a setuid directory - Make the
/data
directory a setgid directory