Questions
- Which two of the following commands turn on the
noclobber
option? (Choose two.)set +o noclobber
set -o noclobber
set -C
set +C
- On a Fedora machine, which of the following user-level configuration files will only affect a login shell session?
profile
.bash_profile
.bash.bashrc
- You’ve just opened a terminal emulator on your desktop Linux machine. What type of shell session are you using? (Choose two.)
- non-interactive
- login
- interactive
- non-login