DCOM 142 MIDTERM PT.4 QUESTIONS
A programmer named Brandon calls with an issue. He is currently using the C shell
each time he logs in, but his manager has told him to start using the Bash shell.
Which command will change brandon's shell to the desired setting?
usermod brandon /bin/bash
usermod -s /bin/bash brandon
useradd brandon /bin/bash
userchange -a brandon /bin/bash - Answers -usermod -s /bin/bash brandon
Which of the following is the standard shell for MOST Linux computers?
Korn
Bourne-again shell (bash)
C-shell
Bourne shell - Answers -Bourne-again shell (bash)
How can a user switch from insert mode to command mode when using the vim editor?
Press the Ctrl+Alt+Del keys simultaneously.
Press the Del key.
Type a : character.
Press the Esc key. - Answers -Press the Esc key.
Which if the following commands displays the groups that user, dblair is a member of?
members dblair
which group dblair
grep dblair /etc/group
find /etc/group -name dblair - Answers -grep dblair /etc/group
Which of the following commands displays all lines within the MTS file that have the
word "world" within them?
grep MTS world
find MTS world
find world MTS
grep world MTS - Answers -grep world MTS
: One of the job of the kernel is to
Manage the system's resources
Turn source code into machine code
A programmer named Brandon calls with an issue. He is currently using the C shell
each time he logs in, but his manager has told him to start using the Bash shell.
Which command will change brandon's shell to the desired setting?
usermod brandon /bin/bash
usermod -s /bin/bash brandon
useradd brandon /bin/bash
userchange -a brandon /bin/bash - Answers -usermod -s /bin/bash brandon
Which of the following is the standard shell for MOST Linux computers?
Korn
Bourne-again shell (bash)
C-shell
Bourne shell - Answers -Bourne-again shell (bash)
How can a user switch from insert mode to command mode when using the vim editor?
Press the Ctrl+Alt+Del keys simultaneously.
Press the Del key.
Type a : character.
Press the Esc key. - Answers -Press the Esc key.
Which if the following commands displays the groups that user, dblair is a member of?
members dblair
which group dblair
grep dblair /etc/group
find /etc/group -name dblair - Answers -grep dblair /etc/group
Which of the following commands displays all lines within the MTS file that have the
word "world" within them?
grep MTS world
find MTS world
find world MTS
grep world MTS - Answers -grep world MTS
: One of the job of the kernel is to
Manage the system's resources
Turn source code into machine code