Top "Hp-ux" questions

HP-UX (Hewlett-Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on UNIX System V (initially System III) and first released in 1984.

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
What processes are using which ports on unix?

I need to find out what ports are attached to which processes on a Unix machine (HP Itanium). Unfortunately, lsof …

hp-ux
In a unix shell, how to get yesterday's date into a variable?

I've got a shell script which does the following to store the current day's date in a variable 'dt': date "+%…

unix datetime shell ksh hp-ux
Cross-platform way to get PIDs by process name in python

Several processes with the same name are running on host. What is the cross-platform way to get PIDs of those …

python cross-platform jython hp-ux
activate RTTI in c++

Can anybody tell me how to activate RTTI in c++ when working on unix. I heard that it can be …

c++ rtti hp-ux acc
filename last modification date shell in script

I'm using bash to build a script where I will get a filename in a variable an then with this …

linux bash shell unix hp-ux
Debug core file with no symbols

I have a C application we have deployed to a customers site. It was compiled and runs on HP-UX. The …

c gdb hp-ux
Unable to build a working FIPS capable OpenSSL on HP-UX

I am building openssl-1.0.2f with openssl-fips-2.0.12 (I am going to talk about this configuration in the following lines, but …

unix gcc build openssl hp-ux
HP-UX - How can I read a text file from tar archive without extracting it?

I have a tar archive which contains several text files. I would like to write a script to display (stdout) …

bash text tar cat hp-ux
vi: Line too long

When I use vi to analyze log files, it sometimes is stuck with the error: 'Line too long'. I can …

linux unix vi hp-ux