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.

Advanced grep unix

Usually grep command is used to display the line contaning the specified pattern. Is there any way to display n …

unix aix
GIT not tracking files

I have setup GIT on AIX 6.1 and am facing problems. The sequence of steps I followed are as shown: I …

git github aix
AIX: IBM Java: java.net.SocketException: Connection timed out:could be due to invalid address

We have seen the following exceptions very frequently on IBM AIX when attempting to make an SSL connection to our …

java ssl aix apache-commons-httpclient
How to set the Kerberos default_ccache_name attribute on a client without using KRB5CCNAME?

According to the MIT Kerberos documentation, the default credential cache name is determined as follows: Default ccache name The default …

linux unix kerberos aix
How can you find out the version of xlC installed on AIX box

So this should be quite simple but just want to see if I got it right. I am trying to …

c++ compiler-construction version aix xlc
Running UNIX commands as different user, from Java

Trying to write a Java program capable of running a UNIX command as a different UNIX user. I have the …

java unix ssh passwords aix
How to overcome an incompatibility between the ksh on Linux vs. that installed on AIX/Solaris/HPUX?

I am involved in the process of porting a system containing several hundreds of ksh scripts from AIX, Solaris and …

linux solaris ksh aix
How to pass variable within printf

I am trying to echo a variable within a printf. I first prompt the user for input using the command …

linux shell unix aix
Cannot find class even when jar file is in working directory

I am struggling to get my Java program to run on AIX. I used Eclipse on Windows to create a …

java classpath aix
Assigning output from awk to variable

I have a script whose contents are as below: result= awk 's=100 END {print s }' echo "The result is" $…

shell unix awk aix