Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux user would like the shell changed to /bin/bash. Which of the following commands will accomplish this task?
Correct Answer: B
* -s or --shell option in usermod is used to specify the new login shell for the user. * B is correct: usermod -s /bin/bash user sets /bin/bash as the user's shell. Incorrect Options: * A: -g changes the user's primary group. * C: -p is for encrypted password string. * D: -d sets home directory. Reference: CompTIA Linux+ XK0-005 Study Guide, Chapter 8 man usermod