  | |  | Bash script help | Bash script help 2004-02-06 - By Ben Yau
Back
>
>
> Hi,
>
> I want to write a bash script to copy my bookmarks, addressbook and
> mbox files from Mozilla on Linux to Mozilla on Windows. I started with
> this but it keeps giving me a Permission denied error.
>
Have you run the commands manually (outside of the script) to see if it
works?
You can also use the "-x " after the shell declaration and the script will
give you verbose output and tell you everything it is doing as it 's going..
That might help you nail down where the problem is.
#!/bin/sh -x
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |