Home

Linux文件权限

References

https://www.51cto.com/article/697096.html

https://www.redhat.com/sysadmin/linux-file-permissions-explained

https://www.redhat.com/sysadmin/suid-sgid-sticky-bit

https://www.51cto.com/article/697096.html

What are special file permissions?

Special permissions are available for files and directories and provide additional privileges over the standard permission sets that have been covered.

The "sticky bit" is a directory-level special permission that restricts file deletion, meaning only the file owner can remove a file within the directory.