LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#1 August 4 2005

rolf
Member

War on terror: for geeks

$ 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: *******
# mv Taliban /tmp
# exit

Found here: http://americaninlebanon.blogspot.com/2 … chive.html

Read the LONG version (Irak included) here: http://blogs.sun.com/roller/page/ThinGu … _terror_as

Buy a T-shirt here: http://www.cafepress.com/thinguy

;)

Offline

#2 August 5 2005

mahdoum
Member

Re: War on terror: for geeks

i wouldn't understand it anyway

Offline

#3 August 5 2005

rolf
Member

Re: War on terror: for geeks

cd: change directory
ls: list directory contents
ls -a: list all directory contents, including hidden files, that start with a dot (.)
rm: remove file/directory
rmdir: remove directory
chown: change owner
mv:move file/directory
su: switch to root user
"root" is the superuser with all powers

Not that hard, huh?

Offline

#4 August 5 2005

samer
Admin

Re: War on terror: for geeks

hehe, nice one

Offline

#5 August 6 2005

mahdoum
Member

Re: War on terror: for geeks

now i get it lol

Offline

Board footer