Search Results

Search: Posts Made By: brownwrap
1,935
Posted By MadeInGermany
The "|" in egrep is an "or". It problably make...
The "|" in egrep is an "or".
It problably make more sense to convert to
ssh remote_machine df -h | awk 'NR==1 {header=$0 RS} $5~/[7-9][0-9]%|100%/ {print header $0; header=""}'
awk takes the same...
Forum: Solaris 01-29-2013
1,371
Posted By neutronscott
I don't have access to Solaris, but I'll try to...
I don't have access to Solaris, but I'll try to help anyway --

Likely /etc/login.defs or your PAM setup, if Solaris uses either of these.

if you grep for "pam_unix.so" in /etc/pam.d or a...
Forum: Solaris 01-17-2013
16,017
Posted By jim mcnamara
my bad. You just named the reporting tools. ...
my bad. You just named the reporting tools. praudit -x gives you xml output if that is any assistance.

There is snare - SNARE - Auditing and EventLog Management | Free Security & Utilities...
Forum: Solaris 11-10-2011
4,774
Posted By DukeNuke2
looks like a driver problem for your fcal...
looks like a driver problem for your fcal cards... have you tried a "reconfigure" boot? this should run after patching the system automaticly (by touching /reconfigure) but maybe something went...
1,149
Posted By vgersh99
read count < /export/home/ramosg/count echo...
read count < /export/home/ramosg/count
echo $count
Forum: Solaris 10-21-2011
5,812
Posted By agama
You've hit the nail on the head. The slant in...
You've hit the nail on the head. The slant in the original pattern is causing your grief. The format of the sed substitute command is:

s<delim>pattern<delim>replacement<delim>

The delim...
Forum: Solaris 10-19-2011
5,812
Posted By agama
If you truly have single qoutes round your sed...
If you truly have single qoutes round your sed prgramme, then your problem is that $test1 and $test2 are not getting expanded. Unsure how you got it to work from the command line as it should have...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 03:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy