Search Results

Search: Posts Made By: unxscorob
Forum: AIX 02-02-2012
96,432
Posted By unxscorob
try this information. ...
try this information.
http://www.aixhealthcheck.com/blog.php?id=255
1,380
Posted By unxscorob
I've not seen an out of inodes situation in many...
I've not seen an out of inodes situation in many years. the number of available inodes is determined at filesystem creation, and that number is dependent on the blocksize used. as previously...
1,577
Posted By unxscorob
try grep. sed -n 's/.*\([Pp][Ss]_.*\) .*/\1/p'...
try grep.
sed -n 's/.*\([Pp][Ss]_.*\) .*/\1/p' x.x | sort -u | grep "vw$"or the following, pardon my lack of sed knowledge as this might not be correct but worked on my test system.
sed -n...
1,899
Posted By unxscorob
that would be an if statement comparing NR with...
that would be an if statement comparing NR with the line number to ignore. something basically like this.
awk '{if (NR != 1) print int($(NF-1))}'
1,899
Posted By unxscorob
try this, and here's a reference to some good awk...
try this, and here's a reference to some good awk one-liners, http://www.pement.org/awk/awk1line.txt

df -h /app/oracle | awk '!/Filesystem/{ sub(/%/, ""); print $(NF-1); }'
Forum: Cybersecurity 05-19-2011
3,956
Posted By unxscorob
found this from a quick google search. verify...
found this from a quick google search. verify this works with one lesser needed package before executing. HTH

https://lists.sdsc.edu/pipermail/npaci-rocks-discussion/2007-April/024488.html
2,258
Posted By unxscorob
or create a file with all known filenames as of...
or create a file with all known filenames as of the last scan, and next month create a new file and compare for differences. this would depend if users are using same or different filenames from...
Showing results 1 to 7 of 7

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