Search Results

Search: Posts Made By: gowtham.varma
10,530
Posted By Azrael
This should find any that are currently running: ...
This should find any that are currently running:

for i in $(lsof | awk '/openssl/ { print $1 }' | sort | uniq ); do chkconfig --list | grep $i | awk '{ print $1 }'; doneIf you're worried about the...
Forum: Solaris 09-11-2011
3,364
Posted By incredible
Alot of information missing.. you're using iSCSI...
Alot of information missing.. you're using iSCSI san boot or FC san boot? confusing.. if its FC , you need to change fp.conf. was any changes made to scsi_vhci.conf at all? If you want to turn off...
4,569
Posted By yazu
Do it in a small steps. Test input/output and...
Do it in a small steps. Test input/output and learn incremental:
1. Find all your chunks and learn their structure:
awk '/<pairwise.../, /<\/pairwise.../' INPUTFILE
2. It looks like you want...
4,373
Posted By Scrutinizer
OK, here it is with annotation: ls | while read...
OK, here it is with annotation:
ls | while read name
do
ext=${name##*.} # ext becomes everything after the last dot
first=${name%.*} ...
Showing results 1 to 4 of 4

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