[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: K3B CD-burning Dell 700m laptop, Only burns while root



Robert Goley wrote (Mon 2004-Dec-20 09:31:43 -0500):

> wrapper script using sudo.  An example script is below.
..
> sudo cdrecord $@

I strongly suggest using "$@" instead of $@. "$@" is equivalent
to "$1" "$2" "$3"... while $@ is equivalent to $1 $2 $3... See
"man bash" for details, look for "Special Parameters".


Cheers, Marcus

P.S.: Lots of tofu around here lately...

-- 
   Marcus C. Gottwald  ·  http://www.inf.fu-berlin.de/~gottwald/



Reply to: