The permission on directory behaves differently than the normal files in Linux. below are meaning of permission bit on directory.
- Write bit (w): allows the affected user to create, rename, or delete files within the directory, and modify the directory's attributes.
- Read bit (r): allows the affected user to list the files within the directory.
- Execute bit (x): allows the affected user to enter the directory, and access files and directories inside.
No comments:
Post a Comment