Exam #0 Practice Answers

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