Page 1 of 1

Which Bash option prevents a user from accidentally overwriting a file with a ">"?

Posted: Sat Jul 23, 2022 7:42 pm
by answerhappygod
Which Bash option prevents a user from accidentally overwriting a file with a ">"?

A. set -o safe
B. set -o noglob
C. set -o noclobber
D. set -o append
E. set -o nooverwrite