Which command do you use to change the default user shell to the KornShell for a user named bsmith?

A. You can't do this in Linux

B. changeuser ksh bsmith

C. usermod -s /bin/ksh bsmith

D. sudo usermod -s /bin/ksh bsmith

 


sudo usermod -s /bin/ksh bsmith

Computer Science & Information Technology

You might also like to view...

Parallel executing procedures share a common stack area using a structure called a ______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Pressing the Ctrl key plus what other key enables you to select all the controls on a form?

A) X B) C C) Y D) A

Computer Science & Information Technology

What is the difference between a Library object name and an instance name?

What will be an ideal response?

Computer Science & Information Technology

The B-tree search node algorithm starts at the beginning of the entry array and works toward the end.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology