ALL YOU NEED (Latest Update 2026 /
2027) Questions with Answers 100%
Correct {Grade A} – WGU
Which command line can be used to search help files that mention the word 'copy'?
A. help copy
B. man copy
C. man -k copy
D. info copy - correct answer C
What column tells the "w" program which session is running?
A. STATUS
B. PROGRAM
C. WHAT
,D. WHICH - correct answer C
Which UID is usually used to represent the first regular user on a Linux system?
A. 1
B. 10
C. 100
D. 1000 - correct answer D
Which command would be used to change the owner of foo1.txt from jasondion to
administrator?
A. chmod
B. ls -la
C. ls -d
,D. chown - correct answer D
Which file on a Linux system contains the passwords for each user on the system?
A. /etc/password
B. /etc/shadow
C. /etc/passwd
D. /etc/users - correct answer B
Which of the following is NOT contained in the /etc/passwd file?
A. User Identification Number (UID)
B. Home directory for the user
C. The password of the user's account
D. Default login shell - correct answer C
, Which command is used to change the password of a user's account?
A. useradd
B. pwd
C. passwd
D. chuser - correct answer C
Which option can be used with useradd to specify the home directory for a user?
A. -d
B. -c
C. -b
D. -h - correct answer A