I know rm(1) was retooled a while back with some safety features, and now flags
etc.
Also, will it catch these types of things in a script?
Thanks.
rm -rf / as an error. I am wondering if it's safety features also flags other attempts to do something similar as errors as well. For example: cd /; rm -rf * cd /var; rm -rf ../etc.
Also, will it catch these types of things in a script?
Thanks.