Skip to content

Instantly share code, notes, and snippets.

@dlangille
Created August 25, 2015 22:31
Show Gist options
  • Select an option

  • Save dlangille/6aab02fc34064f5fa17a to your computer and use it in GitHub Desktop.

Select an option

Save dlangille/6aab02fc34064f5fa17a to your computer and use it in GitHub Desktop.
oops
[dan@slocum:/usr] $ ls src
COPYRIGHT Makefile README cddl etc include libexec sbin sys usr.bin
LOCKS Makefile.inc1 UPDATING contrib games kerberos5 release secure tests usr.sbin
MAINTAINERS ObsoleteFiles.inc bin crypto gnu lib rescue share tools
[dan@slocum:/usr] $ suod rm -rf bin games homes include jail lib lib32 libdata libexec local ports sbin share
bash: suod: command not found
[dan@slocum:/usr] $ sudo rm -rf bin games homes include jail lib lib32 libdata libexec local ports sbin share
rm: lib32/libthr.so.3: Operation not permitted
rm: lib32/libc.so.7: Operation not permitted
rm: lib32/libcrypt.so.5: Operation not permitted
rm: lib32/librt.so.1: Operation not permitted
rm: lib32: Directory not empty
^C[dan@slocum:/usr] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment