When working with file permissions, the ________ command is used to modify the special permissions like setuid, setgid, and sticky bit.
- chattr
- chmod
- chown
- lsattr
When working with file permissions, the chmod command is used to modify the special permissions like setuid, setgid, and the sticky bit. These special permissions can change the behavior of files and directories, and chmod is used to set or remove them.
Loading...
Related Quiz
- In a situation where you'd want to deny a user from running specific commands as root, you would modify their entry in the _________ file.
- The ________ command in Linux provides a detailed view of the networking subsystem, including interfaces, IP addresses, and routing tables.
- Which file system is commonly used in many modern Linux distributions and supports journaling?
- You've just set up a new Linux server and need to install a web server. Which package management command would you likely use in a Debian-based system?
- When creating a case statement in Bash, each case is ended with the word ________.