Mailinglist Archive: opensuse (3175 mails)
| < Previous | Next > |
Re: [opensuse] printer problem partly solved
- From: "German Guillot" <guillot@xxxxxxxxx>
- Date: Sun, 8 Apr 2007 09:06:53 +0200
- Message-id: <d6b77d110704080006o75863131ha4a72c799224a43@xxxxxxxxxxxxxx>
On 4/8/07, Doug McGarrett <dmcgarrett@xxxxxxxxxxxxx> wrote:
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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |