Top "Solaris" questions

Solaris is a commercial Unix operating system sold by Oracle, previously (before 2010) from Sun Microsystems.

jps returns no output even when java processes are running

I'm trying to debug some issues with java processes on a Solaris box, but running jps returns no output. And …

java debugging solaris
How to expand shell variables in a text file?

Consider a ASCII text file (lets say it contains code of a non-shell scripting language): Text_File.msh: spool on …

bash shell unix solaris ksh
escaping newlines in sed replacement string

Here are my attempts to replace a b character with a newline using sed while running bash $> echo 'abc' | …

bash unix sed escaping solaris
How to tie a network connection to a PID without using lsof or netstat?

Is there a way to tie a network connection to a PID (process ID) without forking to lsof or netstat? …

linux networking solaris pid
cannot find -lmysqlclient

I'm trying to compile a C++ program and one of the classes uses . g++ is not able to find the …

mysql solaris
Setuid bit on python script : Linux vs Solaris

I am running this small python script on both linux and Solaris as a not privileged user : #!/usr/bin/python …

python linux solaris setuid
Difference between an inline function and static inline function

Can anybody tell me what the difference is between an inline function and static inline function? In which cases should …

c++ static compiler-errors solaris inline
No hs_err_pid.log file created and core dumped from jvm on Solaris

Problem description After a while of running my java server application I am experiencing strange behaviour of Oracle Java virtual …

java jvm solaris segmentation-fault jvm-crash
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
command to find physical memory details of a process in Solaris

How do I find total physical memory and available physical memory of a process(for e.g. sched process) in …

memory solaris details