Top "Aix" questions

AIX (Advanced Interactive eXecutive, pronounced "a i ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.

Linux: How to find the list of daemon processes and zombie processes

I tried checking on Google, but I couldn't find much information related to the actual question. How do I get …

linux unix linux-kernel admin aix
Getting an error - AttributeError: 'module' object has no attribute 'run' while running subprocess.run(["ls", "-l"])

I am running on a AIX 6.1 and using Python 2.7. Want to execute following line but getting an error. subprocess.run(["…

python python-2.7 subprocess aix
shell script to create folder daily with time-stamp and push time-stamp generated logs

I have a cron job which runs every 30 minutes to generate log files with time-stamp like this: test20130215100531.log, test20130215102031.…

bash shell unix cron aix
Unix: fast 'remove directory' for cleaning up daily builds

Is there a faster way to remove a directory then simply submitting rm -r -f *directory* ? I am asking this …

build solaris aix
Extract xml tag value using awk command

I have a xml like below <root> <FIToFICstmrDrctDbt> <GrpHdr> <MsgId>A</…

xml shell unix awk aix
How do you examine core files in dbx?

I'm working on AIX and have a process that keeps crashing. I've never examined core files, and would like some …

aix coredump dbx
How to autocomplete at the KornShell command line with the vi editor

In the KornShell (ksh) on AIX UNIX Version 5.3 with the editor mode set to vi using: set -o vi What …

unix shell vi ksh aix
Unix cp argument list too long

I am using AIX. When I try to copy all the file in a folder to another folder with the …

unix ksh aix
SSH to server, Sudo su - then run commands in bash

I have the following #!/bin/bash USER='scott' PASS='tiger' ssh -t [email protected] "sudo su - http" …

bash shell ssh sudo aix
Sed on AIX does not recognize -i flag

Does sed -i work on AIX? If not, how can I edit a file "in place" on AIX?

sed aix