Thread
:
killall = no process killed ?
View Single Post
willi_iam
2010-06-27 , 22:49
Posts: 27 | Thanked: 20 times | Joined on Jun 2010 @ Cologne
#
12
It doesn't matter where you save the file, but I don't like saving it to /usr/bin because it's a system folder (and would get lost with a reflash
).
You can save it to /home/user also, or you create /home/user/bin with:
Code:
mkdir /home/user/bin
for the chmod-command you have to change into the directory where the file is located and type:
'chmod u+x smsmodscript'
or, if you're in an other directory:
'chmod u+x /your/path/to/smsmodscript'
where 'smsmodscript' is the filename you've choosen for the script and which it was saved to...
__________________
Everything is a file and if it's not, it should be!
Quote & Reply
|
The Following User Says Thank You to willi_iam For This Useful Post:
leetut
willi_iam
View Public Profile
Send a private message to willi_iam
Find all posts by willi_iam