Fixing answer error on line 83

This commit is contained in:
Ezekiel 2021-06-07 11:53:58 +02:00
parent e0c9da1dff
commit 585cf255d6
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ LEVEL,ANSWER,QUESTION,1,2,3,4,5
010-160,1,True or false: User accounts have higher UID numbers than do system accounts.,True,False,,, 010-160,1,True or false: User accounts have higher UID numbers than do system accounts.,True,False,,,
010-160,2,True or false: Command-line users should normally use `usermod` to change their passwords.,True,False,,, 010-160,2,True or false: Command-line users should normally use `usermod` to change their passwords.,True,False,,,
010-160,1,True or false: After deleting an account the files formerly owned by the deleted account may remain on the computer.,True,False,,, 010-160,1,True or false: After deleting an account the files formerly owned by the deleted account may remain on the computer.,True,False,,,
010-160,1,What command would you type (as `root`) to change the ownership of `somefile.txt` from `ralph` to `tony`? ,`chown ralph:tony somefile.txt`,`chmod somefile.txt tony`,`chown somefile.txt tony`,`chown tony somefile.txt`,`chmod tony somefile.txt` 010-160,4,What command would you type (as `root`) to change the ownership of `somefile.txt` from `ralph` to `tony`? ,`chown ralph:tony somefile.txt`,`chmod somefile.txt tony`,`chown somefile.txt tony`,`chown tony somefile.txt`,`chmod tony somefile.txt`
010-160,1 2,Typing `ls -ld wonderjaye` reveals a symbolic file mode of `drwxr-xr-x`. Which of the following are true? (Select all that apply.) ,`wonderjaye` is a symbolic link.,`wonderjaye` is an executable program.,`wonderjaye` is a directory.,`wonderjaye` may be read by all users of the system.,`wonderjaye` may be written by any member of the file's group. 010-160,1 2,Typing `ls -ld wonderjaye` reveals a symbolic file mode of `drwxr-xr-x`. Which of the following are true? (Select all that apply.) ,`wonderjaye` is a symbolic link.,`wonderjaye` is an executable program.,`wonderjaye` is a directory.,`wonderjaye` may be read by all users of the system.,`wonderjaye` may be written by any member of the file's group.
010-160,4,Which of the following commands can you use to change a file's group?,`groupmod`,`chmod`,`ls`,`chown`, 010-160,4,Which of the following commands can you use to change a file's group?,`groupmod`,`chmod`,`ls`,`chown`,
010-160,1,"True or false: A file with permissions of 755 can be read by any user on the computer, assuming all users can read the directory in which it resides.",True,False,,, 010-160,1,"True or false: A file with permissions of 755 can be read by any user on the computer, assuming all users can read the directory in which it resides.",True,False,,,

1 LEVEL ANSWER QUESTION 1 2 3 4 5
80 010-160 1 True or false: User accounts have higher UID numbers than do system accounts. True False
81 010-160 2 True or false: Command-line users should normally use `usermod` to change their passwords. True False
82 010-160 1 True or false: After deleting an account the files formerly owned by the deleted account may remain on the computer. True False
83 010-160 1 4 What command would you type (as `root`) to change the ownership of `somefile.txt` from `ralph` to `tony`? `chown ralph:tony somefile.txt` `chmod somefile.txt tony` `chown somefile.txt tony` `chown tony somefile.txt` `chmod tony somefile.txt`
84 010-160 1 2 Typing `ls -ld wonderjaye` reveals a symbolic file mode of `drwxr-xr-x`. Which of the following are true? (Select all that apply.) `wonderjaye` is a symbolic link. `wonderjaye` is an executable program. `wonderjaye` is a directory. `wonderjaye` may be read by all users of the system. `wonderjaye` may be written by any member of the file's group.
85 010-160 4 Which of the following commands can you use to change a file's group? `groupmod` `chmod` `ls` `chown`
86 010-160 1 True or false: A file with permissions of 755 can be read by any user on the computer, assuming all users can read the directory in which it resides. True False