ct: Re: /var/log/messages permissions issue...
On Sun, Mar 18, 2012 at 8:18 PM, Rob Healey wrote:
> Greetings:
>
> I was trying to look at the system messages this evening, and this is
what I
> got...
>
> [root@BurningBushes ~]# grep shell | /var/log/messages
> -bash: /var/log/
On Sun, Mar 18, 2012 at 8:18 PM, Rob Healey wrote:
> Greetings:
>
> I was trying to look at the system messages this evening, and this is what I
> got...
>
> [root@BurningBushes ~]# grep shell | /var/log/messages
> -bash: /var/log/messages: Permission denied
You were attempting to pipe the output
try
cat /var/log/messages |grep shell
- Original Message -
> From: "Rob Healey"
> To: "Fedora Development List"
> Sent: Monday, March 19, 2012 11:18:59 AM
> Subject: /var/log/messages permissions issue...
>
>
> Greetings:
>
> I was try
Greetings:
I was trying to look at the system messages this evening, and this is what
I got...
[root@BurningBushes ~]# grep shell | /var/log/messages
-bash: /var/log/messages: Permission denied
It didn't display anything on my terminal window, and I had to do a
[Control] C to get out of it...
-