QuiztudyPREMIUM
Google IT Support Professional Certificate • STUDY MODE
PERMISSIONS
QUESTION 1 OF 11
What are the basic linux file permissions? Check all that apply. Great job! The three basic file permissions in Linux are read, write, and execute.
A
ReadCorrect AnswerB
WriteCorrect AnswerC
ModifyD
ExecuteCorrect AnswerQUESTION 2 OF 11
Youre given the output of an ls -l of a file in Linux. 1 ls -l books_file 2 3 dr-x-wxr-- 1 phelan cool_group 0 Aug 20 11:10 books_file Answer the following question: What does the first character of output signify? Awesome work! The first character in output reflects the type of directory entry; in this case, a directory.
A
books_file is a directoryCorrect AnswerB
The file owner has delete permissionsC
books_file is a disk deviceD
The file owner is a class D userQUESTION 3 OF 11
You're given the output of an ls -l of a file in Linux. 1 ls -l books_file 2 3 dr-x-wxr-- 1 phelan cool_group 0 Aug 20 11:10 books_file Answer the following question: Who does the last trio of bits (r--) in the file permission and attributes refer to? Great job! The last trio of permission bits refers to the permission of all other users on the machine.
A
File ownerB
Group file belongs toCorrect AnswerC
Regular fileD
All other usersQUESTION 4 OF 11
You're given the output of an ls -l of a file in Linux. 1 ls -l books_file 2 3 dr-x-wxr-- 1 phelan cool_group 0 Aug 20 11:10 books_file Answer the following question: What permissions does the second trio of bits (-wx) give you? Check all that apply. Great work! w and x are the write and execute permissions.
A
ExecuteCorrect AnswerB
ReadC
WriteCorrect AnswerD
Group file belongs toQUESTION 5 OF 11
If I wanted to change permissions of a file called honey_bears, what command could I use to grant write access to the owner of the file without changing other permissions? The owner currently only has read access to the file. Check all that apply. You nailed it! You can use the symbolic or numerical form of chmod to modify permissions, but to use the numerical form you need to know what all of the existing permissions are to avoid unintended changes
A
chmod u+w honey_bearsCorrect AnswerB
chmod o+w honey_bearsC
chmod 644 honey_bearsD
chmod 400 honey_bearsQUESTION 6 OF 11
A(n) ____ user is someone who's given restricted access to a machine. Great work! A standard user is someone who can be restricted from installing applications and making other changes on a machine.
A
localB
domainC
standardCorrect AnswerD
administratorQUESTION 7 OF 11
A(n) _____ is a user who has complete control over a machine. Nice job! Adminstrators are not restricted on a machine; they manage standard users
A
localB
domainC
standardD
administratorCorrect AnswerQUESTION 8 OF 11
Users that are categorized together by levels of access and permissions are added to _____. You got it! Users with the same access and permission levels can be grouped together for easier maintenance.
A
groupsCorrect AnswerB
directoriesC
domainsD
filesQUESTION 9 OF 11
What's the name of the first user that gets created on a Linux machine, the OS superuser? Wohoo! The first user that gets created on a Linux machine is root.
A
adminB
rootCorrect AnswerC
superuserD
administratorQUESTION 10 OF 11
Which special permission bit is used to allow a file to be run as the owner of the file? Great job! The SetUID bit is used to allow a file to be run as the owner of the file.
A
SetUIDCorrect AnswerB
SetGIDC
Sticky bitD
Super bitQUESTION 11 OF 11
Which special permission bit is used to allow a file to be written to by anyone, but only removable by the owner or root? Wohoo! The sticky bit allows the file to be modified by anyone, but only removed by the owner or root.
A
SetUIDB
SetGIDC
Sticky bitCorrect AnswerD
ReadReady to test your recall?
What are the basic linux file permissions? Check all that apply. Great job! The three basic file permissions in Linux are read, write, and execute.
💡Select all 3 correct answers before submitting (0 of 3 selected).
A
Read
B
Write
C
Modify
D
Execute
How confident are you in this answer?