Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

[News] Command-Line Humour

The War on Terror Unix Way

,----[ Snippet ]
| $ cd /middle_east
| $ ls
| Afghanistan Iraq Libya Saudi_Arabia UAE
| Algeria Israel Morrocco Sudan Yemen
| Bahrain Jordan Oman Syria
| Egypt Kuwait Palestine Tunisia
| Iran Lebanon Qatar Turkey
| 
| $ cd Afghanistan
| $ ls
| bin Taliban
| $ rm Taliban
| rm: Taliban is a directory
| $ cd Taliban
| 
| 
| $ ls
| soldiers
| $ rm soldiers
| $ cd ..
| $ rmdir Taliban
| rmdir: directory ?Taliban?: Directory not empty
| $ cd Taliban
| $ ls -a
| . .. .insurgents
| $ chown -R USA .*
| chown: .insurgents: Not owner
| $ cd ..
| $ su
| Password: *******
| 
| [...]
`----

http://linux.wordpress.com/2006/08/24/the-war-on-terror-unix-way/

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index