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.

How to mkdir only if a directory does not already exist?

I am writing a shell script to run under the KornShell (ksh) on AIX. I would like to use the …

shell scripting ksh aix mkdir
How to get the command line args passed to a running process on unix/linux systems?

On SunOS there is pargs command that prints the command line arguments passed to the running process. Is there is …

linux unix aix hp-ux sunos
Create a copy of a table within the same database DB2

Is there an easy way to copy a table to the same database of course with different name. I tried …

copy db2 aix
Find files in created between a date range

I use AIX via telnet here at work, and I'd like to know how to find files in a specific …

linux find aix
What is the unix command to see how much disk space there is and how much is remaining?

I'm looking for the equivalent of right clicking on the drive in windows and seeing the disk space used and …

unix aix diskspace
How to ignore conflicts in rpm installs

I have a bunch of rpm files in a folder. I am trying to install them using: rpm -ivh *.rpm …

linux unix rpm aix
ORA-00060: deadlock detected while waiting for resource

I have a series of scripts running in parallel as a nohup on an AIX server hosting oracle 10g. These …

database oracle unix plsql aix
Changing an AIX password via script?

I am trying to change a password of a user via script. I cannot use sudo as there is a …

bash shell ssh passwords aix
How to runtime debug shared libraries?

Can anyone tell me how to do runtime debugging on shared libraries? I need to runtime-debug a function in my …

linux debugging aix
Managing error handling while running sqlplus from shell scripts

#!/bin/sh echo "Please enter evaluate database username" read eval_user echo "Please enter evaluate database password" read eval_pass …

oracle shell sqlplus aix