On 4/8/07, Doug McGarrett <[EMAIL PROTECTED]> wrote:

> From root:
> linux:etc # cups/cupsd.conf
> bash: cups/cupsd.conf: Permission denied
>

There are obviously a bunch of things I still don't understand, like why I got
a "permission denied" on cupsd.conf from root.

Because you haven't issued a command to run on that file. The first
thing you write on the command line must be a command. Bash therefore
interpreted your "cups/cupsd.conf" as a command, but the file is not
executable, ie, it does not have the permissions set which would allow
it to be "run". Hence "Permission denied".

What you want to do is use a command on the file. For example:

# less /etc/cups/cups.conf

g
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to