Search Results

Search: Posts Made By: pprevoo
21,577
Posted By pprevoo
You best do a recursive chmod on the whole...
You best do a recursive chmod on the whole directory

chmod -R 700 /tmp/example
2,194
Posted By pprevoo
venkatesht...
venkatesht (https://www.unix.com/members/302052905.html),

Maybe this helps,

(https://www.unix.com/members/302052905.html)[/URL]ls -lt |grep ^d |tail -1 |awk '{print $8}'...
1,917
Posted By pprevoo
Geervani, I do hope this is what you are...
Geervani,

I do hope this is what you are trying to do?
The var. N specifies the parameter number to display.

#!/bin/ksh
N=2
echo $* |sed "s/ /\n/g" |grep -n "" |grep ^$N: |awk -F ':'...
Forum: AIX 07-08-2009
7,435
Posted By pprevoo
changing ip address
Manjo,

The reply from filosophizer is not totally correct. The “route add” commando will not be reactivated after a reboot. This because “route add” is not updating the ODM

I would suggest...
5,739
Posted By pprevoo
This work for me in KSH. Can you create...
This work for me in KSH.

Can you create file /tmp/script.ksh
Put text below in this script. Run: chmod +x /tmp/script.ksh ; ./tmp/script.ksh

#!/bin/ksh
XML_PUB_REQUEST='Prozess "4479620" für...
5,739
Posted By pprevoo
Suman, Hope this helps: echo...
Suman,

Hope this helps:

echo $XML_PUB_REQUEST |awk -F '"' '{print $2}'
3,057
Posted By pprevoo
Hello Vijay, Below a little script. I hope...
Hello Vijay,

Below a little script. I hope it works like you expected. Please let me know when I can help you to change this script to your needs.

==============================================...
Forum: AIX 07-07-2009
27,964
Posted By pprevoo
RE: Shrinking filesystem eroor
Hello Randy,

What is the state of the VG where export/nim/aix/5300-10 is located?
lsvg <vgname>

I have had the same problem. Looking at the VG showed that there were no free PP's in this...
Showing results 1 to 8 of 8

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