Linux sticky bit (sticky bit)

Source: Internet
Author: User

Only root or owner can delete and rename files when the sticky bit is set.

Example:

The user Apple Default group is fruit.

[[email protected] ~]# ID apple

uid=1001 (apple) gid=1001 (fruit) group =1001 (fruit)

STEP1 Displays the Water folder information, the folder is not currently set to a sticky position .

[Email protected]/]# Ls-l | grep water

Drwxr-xrwx. 4 root root 4096 August 21:02 water

STEP2 Displays water subfolder information.

[Email protected]/]# ls-l water

Total Dosage 8

Drwxr-xr-x. 2 root root 4096 August 21:02 mineral

Drwxr-xr-x. 2 root root 4096 August 21:02 Pure

Step3 Delete the mineral folder.

[Email protected] water]$ rm-r mineral/

RM: Do you want to delete the write-protected directory ' mineral/'? Y

STEP4 Displays water subfolder information.

[Email protected] water]$ ls-l

Total Dosage 4

Drwxr-xr-x. 2 root root 4096 August 21:02 Pure

Step5 the Water folder with a sticky bit .

[Email protected]/]# chmod o+t Water

[Email protected]/]# Ls-l | grep water

DRWXR-XRWT. 3 root root 4096 August 21:08 water

STEP6 Delete the Pure folder with Apple users .

[Email protected] water]$ Rm-r Pure

RM: Do you want to delete the write-protected directory ' pure '? Y

RM: Cannot delete ' pure ': Operation not permitted

STEP7 Delete the Pure folder as the root user .

[Email protected] water]# rm-r pure/

RM: Do you want to delete the directory ' pure/'? Y

STEP8 Displays water subfolder information.

[Email protected] water]# ls-l

Total dosage 0

Linux sticky bit (sticky bit)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.