- Which configuration file usually stores alias inside the /etc/skel directory?
A. /etc/skel/bash
B. /etc/skel/bash_rc
C. /etc/skel/.bash_rc
D. /etc/skel/.bashrc
- Which configuration file clears the screen whenever the user signs out of the system?
A. /etc.skel/.bash_logout
B. /etc/skel/bash_logout
C. /etc/skel/.logout
D. /etc/skel/.bashlogout
- Which configuration file stores the commands executed?
A. /etc/skel/.bash_history
B. ~/.bash_history
C. /etc/skel/bash_history
D. ~/.history
- Which option prints the defaults for a new user with the useradd command?
A. -d
B. -b
C. -D
D. --defaults
- Which option allows to specify a shell when using useradd ?
A. -c
B. -d
C. -S
D. -s
- The adduser command is a symbolic link to which command in Fedora 28?
A. adduser
B. add-user
C. user-mod
D. user-add
- Which option with the chage command will print out the account expiration settings...