Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- To: MLUG Members <EMAIL:PROTECTED>
- Subject: Re: [MLUG] backup via cron
- From: Ian <EMAIL:PROTECTED>
- Date: Fri, 3 Feb 2006 21:48:15 -0800
- Delivery-date: Fri, 03 Feb 2006 23:48:30 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tkBex/imNMxMrvWXXd46we+bNsdyV2S2n0MWbqYkCj6ycqMsGiFG/3aBXelp6Z4ESkBiycqK6DBsUV4iU2cDxZzLiNdUUwp+6MDKshq9mn1BW/gD1bRk7tItn7fxAFJU/3ZsEg5C6h0EQVhQVR/JEOaMpHMWr7mKm4AVfZtQ2L0=
- Envelope-to: EMAIL:PROTECTED
- In-reply-to: <EMAIL:PROTECTED>
- References: <EMAIL:PROTECTED> <EMAIL:PROTECTED>
- Reply-to: MLUG Members <EMAIL:PROTECTED>
- Sender: EMAIL:PROTECTED
When you run the command as root, how are you becoming root?
If you do,
$ su root
Password:
#
your environmental variables don't change to root's environmental variables. That could be why it works when you run it interactively.
On 2/3/06, Stephen Montgomery-Smith <EMAIL:PROTECTED> wrote:
Nowlin, Dan wrote:
> Can anybody tell me why these two commands will work in BASH but not in
> a script?
>
> dvd+rw-format -f /dev/dvd
> growisofs -Z /dev/dvd -J -R /var/ftp/files
Try:
dvd+rw-format -f /dev/dvd
growisofs -Z /dev/dvd -J -R /var/ftp/files ;
(see the added semi-colon). Also can you send us the script, but as an
attachment, not "cut and paste"?
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members