set options available Flashcards
1
Q
set
keymap style for command line
A
vi
emacs
2
Q
set
default ON, enables has table of commands and locations for repeat use
A
hashall
3
Q
set
default ON, allows HISTFILE to be read to find history file
A
history
4
Q
set
runs background processes in a different group and let the console know when they are done
A
monitor
5
Q
set
default OFF will not allow the > redirect to overwrite an existing file
A
noclobber
6
Q
set
default OFF, scripts will run a syntax check when enable on all commands when run
A
noexec
7
Q
set
terminated jobs notify the console immediately instead of during the next execution of ‘jobs’ command
A
notify
8
Q
set
echoes any command to the terminal/screen before they are run
A
verbose