IBM Exam Questions

Which command will change the user webserver’s shell to ksh93?

Which command will change the user webserver’s shell to ksh93?

A.
chshell -ksh93 webserver

B.
chsh webserver /usr/bin/ksh93

C.
chuser -a shell=/usr/bin/ksh93 webserver

D.
setuid -a SHELL=/usr/bin/ksh93 -u webserver