diff --git a/data/list_book1.csv b/data/list_book1.csv index 0adf5f6..bc2ebba 100644 --- a/data/list_book1.csv +++ b/data/list_book1.csv @@ -73,7 +73,7 @@ LEVEL,ANSWER,QUESTION,1,2,3,4,5 010-160,1,You want to run the command `iptables -L` as `root` but you're logged in as an ordinary user. Which of the following commands will do the job assuming the system is configured to give you `root` access via the appropriate command?,`sudo iptables -L`,`root iptables -L`,`passwd iptables -L`,`su iptables -L`,`admin iptables -L` 010-160,2,True or false: `whoami` provides more information than `id`.,True,False,,, 010-160,2,True or false: Linux stores information on its groups in the `/etc/groups` file.,True,False,,, -010-160,2,True or false: As a general rule you should employ extra care when running programs as `root`.,True,False,,, +010-160,1,True or false: As a general rule you should employ extra care when running programs as `root`.,True,False,,, 010-160,3,What would a Linux system administrator type to remove the `nemo` account and its home directory,`userdel nemo`,`userdel -f nemo`,`userdel -r nemo`,`rm /home/nemo`,`rm -r /home/nemo` 010-160,2,"Of the following, which is the *best* password? ",`LinusTorvalds`,`uB2op%4q****************`,`123456`,`password`,`peanutbuttersandwich` 010-160,1,Describe the effect of the following command assuming it completes successfully: `groupadd henry`,It creates a new group called `henry`.,It adds the user `henry` to the current default group.,It imports group information from the file called `henry`.,It changes the user's default group to `henry`.,It adds the group `henry` to the user's list of groups.