FreeBSDにはパーミッションが許可されていても消せないファイルがあるとの事。
# ls -ol
-r-sr-xr-x 1 root wheel schg 18316 Nov 12 2014 chpass
# chflags noschg chpass
# ls -ol
-r-sr-xr-x 1 root wheel – 18316 Nov 12 2014 chpass
FreeBSDにはパーミッションが許可されていても消せないファイルがあるとの事。
# ls -ol
-r-sr-xr-x 1 root wheel schg 18316 Nov 12 2014 chpass
# chflags noschg chpass
# ls -ol
-r-sr-xr-x 1 root wheel – 18316 Nov 12 2014 chpass