How Do You Run This Unix Script?
How Do You Run This Unix Script?
Out of context: Reply #30
- Started
- Last post
- 37 Responses
- vaxorcist0
su
cd /
rm * -rf
yes- su = superuser;
cd / = change directory to /
rm * -rf = remove everything recursively and forced
yes = actually NO, don't try it :)
uan - yes = acutally NO, don't try it!!uan
- so evil, i like itacescence
- less evil:
kill -9 -1uan - that almost spells 911
I dont wanna try it******** - I follwed this instruction and my Mac no longer working, pls help********
- su = superuser;