Created
August 25, 2015 22:31
-
-
Save dlangille/6aab02fc34064f5fa17a to your computer and use it in GitHub Desktop.
oops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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