fixing error line 76

This commit is contained in:
Ezekiel 2021-06-07 16:09:13 +02:00
parent f47fa4a8d2
commit 5e6749acff
1 changed files with 1 additions and 1 deletions

View File

@ -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,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: `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: 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,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,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. 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.

1 LEVEL ANSWER QUESTION 1 2 3 4 5
73 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`
74 010-160 2 True or false: `whoami` provides more information than `id`. True False
75 010-160 2 True or false: Linux stores information on its groups in the `/etc/groups` file. True False
76 010-160 2 1 True or false: As a general rule you should employ extra care when running programs as `root`. True False
77 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`
78 010-160 2 Of the following, which is the *best* password? `LinusTorvalds` `uB2op%4q****************` `123456` `password` `peanutbuttersandwich`
79 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.