Thread
:
killall = no process killed ?
View Single Post
Joorin
2010-06-27 , 19:45
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#
2
&& is used to concatenate shell commands. Put that between the commands. You can also use ; as concatenation but then the result of the first command won't affect the second (as far as I know, look in the documentation for the busybox).
EDIT:
And to understand why the second of your versions won't work, have a look at what you've actually written. You're trying to copy unwanted things to unwanted places. This might very well end up doing bad things with the system.
Last edited by Joorin; 2010-06-27 at
19:48
.
Quote & Reply
|
The Following User Says Thank You to Joorin For This Useful Post:
leetut
Joorin
View Public Profile
Send a private message to Joorin
Find all posts by Joorin