Question 31

Examine this command:
# useradd -m -s /bin/bash alice
Which statement is true about the account?
  • Question 32

    Which command produces human-readable timestamps in kernel ring buffer messages?
  • Question 33

    Examine this command:
    # ssh -L 5011:127.0.0.1:80 [email protected] -f sleep 30
    Which two are true upon execution?
  • Question 34

    Examine this command and output:
    $ ftp host01.example.com
    Connected to host01.example.com (192.168.40.131).
    220 (vsFTPd 3.0.2)
    Name (host01.example.com:oracle):
    After entering a carriage return, this error message is displayed:
    530 Permission denied
    Login Failed
    ftp>
    Why is the oracle user denied access to the FTP server on host01.example.com?
  • Question 35

    Which two directories store PAM authentication modules?