rajeshkumar created the topic: Securing a directory
Securing a directory
Here is a tip that uses the sticky bit feature of Linux to secure a directory. A sticky but ensures that no user other than the owner and the super can delete files in the directory. When a sticky bit is applied to a directory, other users can not delete anything, even if they have full permission on the directory.
To apply the sticky bit feature to a directory, run the following commands…
$ chmod o+t mydir
This feature is extremly useful for group projects where multiple users are using the content from one single directory.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Top 10 Website Development Companies in Vadodara - December 20, 2024
- Compare SAST, DAST and RASP & its Tools for DevSecOps - December 19, 2024
- Comparing AWS, Azure, and Google Cloud in terms of services - December 19, 2024