How to hack Linux Resources , Customise and deploy it

Status
Not open for further replies.

mehulved

18 Till I Die............
Should should be already there on FC. But I think it's not properly configured. You have to configure it using the following command
Code:
visudo
In the highly unlikely case, it isn't there then you can install the package 'sudo' using your package manager.
 

eddie

El mooooo
tech_your_future said:
I read somewhere that someone typed
Code:
rm -rf / home/user/foo-bar
:lol:
I have done that myself once :p
I am relieved that I am not alone in doing that stupidity...hehehe
 
OP
aku

aku

Gonna make it BiG
<lol>... btw.. wat books sud i read to know how linux works.. u kno.. under the hood stuff..
 

gary4gar

GaurishSharma.com
tech_your_future said:
Should should be already there on FC. But I think it's not properly configured. You have to configure it using the following command
Code:
visudo
In the highly unlikely case, it isn't there then you can install the package 'sudo' using your package manager.
tried it & there is visudo but know how it works. read the manual but it says about sudo & what is its purpose but not about how enable it.
 

mehulved

18 Till I Die............
I guess this should help you *wiki.linux.net.nz/SudoHowto
__________
akuCRACKER said:
<lol>... btw.. wat books sud i read to know how linux works.. u kno.. under the hood stuff..
Understandinfg the System Administration would be a good way IMO. Some guides are available here *www.tldp.org/guides.html
 
Last edited:

GNUrag

FooBar Guy
mehul, i know people who actually did this. (assuming username=mehul )

Code:
 $ sudo chown  mehul:mehul  /  home/mehul

bah, who said sudo was safe ;-)
 

mehulved

18 Till I Die............
Not safe but safer.
But nothing can beat human sillyness. Ain't it? Try as we might we can't really make anything idiot proof.
 

GNUrag

FooBar Guy
yes, its rather a race between nature and comp. uesrs.

software programmers keep making better idiot proof Software, but nature keeps on making better idiots.. :D :D :D
 
Status
Not open for further replies.
Top Bottom