Exam 010-160 All QuestionsBrowse all questions from this exam
Question 13

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

    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
Sreejit123

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

AaronHan

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

zahiton

T, I guess stands for temporaly

DoksyOption: A

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

VovanichOption: A

A. rwxrwxrwt

joeyyOption: A

correct. they sticky bit

shimij1000Option: A

a is the answer

linvidiaOption: A

drwxrwxrwt. 13 root root 260 1 Jan 17.56 tmp

beazzlebubOption: A

Answer is A