010-160 Exam QuestionsBrowse all questions from this exam

010-160 Exam - Question 13


Which of the following permissions are set on the /tmp/ directory?

Show Answer
Correct Answer: A

The permissions set on the /tmp/ directory allow all users to read, write, and execute files within the directory (rwxrwx), but only the owner of a file or the root user can delete or rename the files they have created within the directory (denoted by the sticky bit 't'). This is essential for maintaining a secure and shared temporary space without allowing users to interfere with each other's files.

Discussion

7 comments
Sign in to comment
Sreejit123
Mar 6, 2022

r=read, w=write, x=execute, t=?

AaronHan
Apr 18, 2022

"t" means that the file is sticky, which means the file can be deleted only by the owner/root.

zahiton
Apr 30, 2024

T, I guess stands for temporaly

DoksyOption: A
Jun 16, 2021

It's full control but just to the files that made by me and not by other users.

joeyyOption: A
May 27, 2021

correct. they sticky bit

VovanichOption: A
Dec 20, 2022

A. rwxrwxrwt

beazzlebubOption: A
Jul 24, 2021

Answer is A

linvidiaOption: A
Oct 26, 2022

drwxrwxrwt. 13 root root 260 1 Jan 17.56 tmp

shimij1000Option: A
Nov 1, 2022

a is the answer