On 18 May 2015 at 11:49, Arghya Das <[email protected]> wrote: > the script worked fine but when i tried to run in on boot by adding it in > update-rc.d file >
When you say your script "worked fine", what definition of fine did you use? I think that you should speak to whoever *wrote *that *script*. The third line is the most wrong of the three lines - look at what it does: $ echo A > B C D $ ls -l -rw-r--r--+ 1 me mygroup 6 May 18 11:52 B $ cat B A C D

