You are here: Home » A » Ai » Aix

Aix

Posts tagged with Aix

tar command - how to extract one file to specific directory
Hi, Is there a way to extract a single file from a tar file to a specific directory? In fact, I am dealing with a .tgz file so, I am attempting something like this : gunzip -c mytargzfile.tgz | tar xvf - path/to/myfile -C /tmp In order...

Antivirus for unix - AIX
Antivirus for unix - AIX ???? ...

AIX : retrieving previous command using up arrow
I know about set -o vi and k and j combinations. I want to map these to up arrow and down arrow so that I can use AIX(ksh prompt) just like bash . Any suggestions? ...

PS command ouput with fixed width for each column
I want to run command "/usr/ucb/ps auxww" on solaris to extract SZ and RSS values. For some processes these values are not showing and mixing with %MEM value as shown below. USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND root 3 0.1 0.0 ...

procmap in AIX how to interpret results
Hi I ran procmap on a process and the result shows Total 24587K Does that mean - that is the total memory consumed by that process? ...

Memory consumption when running multiple copies of a process on a UNIX AIX server
On a UNIX AIX server if I start multiple copies of the same process will memory be allocated for the code, data and stack for each copy of the process ? ...

AIX: find non-empty directories
In many unix systems, you could do something like find . -type d ! -empty In an AIX system, -empty doesn't seem to be recognized. Any ideas on how I could do the same thing? ...

What is the old AIX & RS/6000 console font?
I'm sick of Lucida Console font on my putty sessions. I used to love whatever font was employed on IBM rs/6000 consoles. Does anyone know the name of that font and if it is available (and usable) from anywhere? Sorry, I need to clarify the "consoles" to which I refer were not the s...

How do I monitor or view the thread count of a certain process on AIX?
How do I monitor or view the thread count of a certain process on AIX? ...