Exam #0 Practice Answers
Write a command to make
bash
interperet
**
in a wildcard to match all file and directory names
set -o globstar
Explain how the system user
sshd
is prevented from logging in
the command interpreter is
nologin
which displays a message and exits
Write the number of student accounts on the class server
30 (00 through 29)