Warning

 

Close

Confirm Action

Are you sure you wish to do this?

Confirm Cancel
BCM
User Panel

Posted: 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.
Link Posted: 11/1/2001 7:20:38 AM EDT
[#1]
rm -rf /bin/laden
Link Posted: 11/1/2001 7:52:35 AM EDT
[#2]
shutdown -y -g0  bin laden
Link Posted: 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?
Link Posted: 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>
Link Posted: 11/1/2001 9:34:24 AM EDT
[#5]
chmod a+x /bin/laden

Make /bin/laden executable by anyone.
Close Join Our Mail List to Stay Up To Date! Win a FREE Membership!

Sign up for the ARFCOM weekly newsletter and be entered to win a free ARFCOM membership. One new winner* is announced every week!

You will receive an email every Friday morning featuring the latest chatter from the hottest topics, breaking news surrounding legislation, as well as exclusive deals only available to ARFCOM email subscribers.


By signing up you agree to our User Agreement. *Must have a registered ARFCOM account to win.
Top Top