Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
11/1/2001 7:16:40 AM EDT
chmod -x /bin/ladin
/bin/ladin


The 'chmod' command set's the attributes of a file. the '-x' sets the executable attributes. So, the first command makes /bin/ladin executable. The second command executes /bin/ladin. See, Linux can make our lives easier if we just learn how to use it properly.
11/1/2001 7:20:38 AM EDT
[#1]
rm -rf /bin/laden
11/1/2001 7:52:35 AM EDT
[#2]
shutdown -y -g0  bin laden
11/1/2001 8:02:50 AM EDT
[#3]
??? the valid options for shutdown are -tarkhncfF according to man. What does -y and -g do?
11/1/2001 8:21:21 AM EDT
[#4]
system1(root):$PWD> ps -A | grep 'laden'
 9003 pts/1   10:13 bin.laden
 9001 ?        5:46 osama.laden
system1(root):$PWD> kill -9 9003
system1(root):$PWD> kill -9 9001
system1(root):$PWD>
11/1/2001 9:34:24 AM EDT
[#5]
chmod a+x /bin/laden

Make /bin/laden executable by anyone.