what does the ls -l command do? - Answers List directory contents in long format
A Linux system administrator ... For example, what would the administrator accomplish by
entering the command *chattr +i {filename}*? - Answers setting the immutable attribute
what command is used to change the owner, the group, or both for a file or a directory? -
Answers chown
The root user utilizes the chgrp command to give ownership of a file to another user. What
must the root user do to regain ownership of the file? - Answers Run *chgrp* again listing the
root user as the new owner
Which of the following command sets "owner" and "group" to rwx permissions and other"
permissions on file to r-x? - Answers chmod *775* file
What option causes chown to change ownership on an entire directory tree? ( Choose all that
apply) - Answers -r & --recursive
Which of the following commands can be used to remove a group from a linux computer? -
Answers groupdel
Which of the following commands will display the groups a user belongs to? - Answers id
Since system administrators have the option to use either the absolute mode or symbolic
mode to provide permissions settings, it is crucial for new administrators to understand both
modes. For example, what would the corresponding absolute mode value be for permissions
expressed as *u=rw,g=r,o=r* in symbolic mode? - Answers 644
It is important for system administrators to properly interpret permissions strings to correctly
manage permissions. For example, which of these permissions strings is correct for a file
named projectA with the user having read, write, and execute, the group having read and
write, and others having read-only permissions granted? - Answers -rwxrw-r-- project A
What is the preferred method of package management in Red Hat Linux distribution? -
Answers Dandified YUM (DNF)
The rpm command is used to manage RPM packages on Red Hat-derived distributions. What
are the primary options available for Red Hat Package Manager (RPM) to keep software
current? (Choose all that apply) - Answers -U & -F