Search Results

Search: Posts Made By: chipahoys
Forum: AIX 07-22-2010
9,077
Posted By chipahoys
etime - get processes running for more than 30 days
In AIX I am trying to get the processes ran by user declan using the following format:


ps -aef -o user,pid,etime,args | grep declan


Then I get a result similar to (for example):
...
Forum: AIX 07-07-2010
22,050
Posted By chipahoys
decrypt without seeing the standard output
Hi guys,

I searched thru the forums for an alternative but I'm afraid I didn't find the answer -

How do I decrypt a file in AIX without seeing the standard output?

gpg: WARNING: using...
Forum: AIX 06-23-2010
22,050
Posted By chipahoys
default primary group for ftp's files
Hi all,

How do i change the default primary group of files uploaded in AIX (via ftp) in such a way that the files will be owned by tom:staff?

I understand that the default file permission can...
Forum: AIX 06-03-2010
1,802
Posted By chipahoys
can't parse this nawk statement
hi all

i have the following portion in an xml file:

</n:AOMessage>
<?xml version="1.0" encoding="UTF-8"?>
<n:AOMessage xmlns:n="urn:ao:hs:update:shell" xmlns:bo="urn:ao:hs"...
Forum: AIX 05-27-2010
2,719
Posted By chipahoys
now it works :)
actually i tweaked it a little to work:

for i in *.pdf
do
j=$(echo "$i" | cut -c1-7,10-)
mv "$i" "$j"
done

thanks a lot pseudocoder! :):):)
Forum: AIX 05-27-2010
2,719
Posted By chipahoys
thanks for the quick response pseudocoder,...
thanks for the quick response pseudocoder, however,

the listed files are really filenames located say, on /home/apps/pdf2010 directory.. i need to change the filename (with the format i mentioned...
Forum: AIX 05-27-2010
2,719
Posted By chipahoys
[Solved] removing 8th and 9th character of a FILENAME
Hi everyone,

I have a file called pdf.txt which has the following list inside:

7110412_1_31122012.pdf
7286510_4_46667100.pdf
4002176_1_00018824.pdf
...

I need a looping script to...
Forum: AIX 05-07-2010
11,153
Posted By chipahoys
Do you need execute permission to navigate to a directory?
i have a user 'bart' which does not belong to apps group (as shown below) and i want him to be able to navigate to TEST directory.. i gave him read access but he cannot get through. when i added...
Forum: AIX 03-26-2010
1,733
Posted By chipahoys
what does this script do?
hi all,

can someone explain what the awk portion does in this script:


ps aux | grep oracle | awk 'substr($10,length($10)-2,length($10)-1) >= 10 {printf "%5s\t",$11; printf "%5s\t",$5; printf...
Forum: AIX 03-26-2009
5,316
Posted By chipahoys
Deleting a file prompts for a Yes or No
Hi.. I have been asked to delete files in a certain directory in our AIX server, but the problem is, there are over 1000 files to delete. I am prompted by a yes (y) or a no (n) each time and i don't...
Forum: AIX 01-21-2009
8,355
Posted By chipahoys
rm: execute permission denied in AIX
Hello All,

We have an existing ssh set-up between 2 Unix servers ( Server A and Server B). Recently, we've had a problem where we cannot delete files (via app engine and even manually, after...
Forum: AIX 12-02-2008
12,672
Posted By chipahoys
Basic Filesystem / Physical Volume / Logical Volume Check
Hi!

Can anyone help me on how I can do a basic check on the Unix filesystems / physical volumes and logical volumes?

What items should I check, like where do I look at in smit? Or are there...
Showing results 1 to 12 of 12

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