You need to add an administrator to the /etc/sudoers file to give them the ability to use the sudo command. Which command must you use to add users to the /etc/sudoers file?


Answer: You must use visudo since you cannot edit the /etc/sudoers file directly with Vim or other text editors.

Computer Science & Information Technology

You might also like to view...

Which is used to specify that a class will be implementing an interface?

a) using b) : c) implements d) extends

Computer Science & Information Technology

Indenting is generally used for the first line of a paragraph or for lists

Indicate whether the statement is true or false

Computer Science & Information Technology

A constructor usually has the same name as the class and is called with the keyword var in an assignment statement.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Tapping the TAB key inserts a tab formatting mark and moves the insertion point to a tab stop position.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology