Top "Sunos" questions

SunOS is a version of the Unix operating system developed by Sun Microsystems for their workstation and server computer systems.

Make a Simple Pie Graph using Bash Shell Script

Below is my Bash Shell Script from which I am executing my two Hive SQL Queries which is working fine. …

linux bash shell solaris sunos
How to find out the number of threads a process is using on Solaris?

I know the pid of the process. top -H -p <pid> works on Linux, but I am not …

operating-system pthreads solaris process sunos
Is there any way to find the list of Oracle DBs installed on a UNIX server?

I know there are Oracle DBs installed on my UNIX server. Is there any way to get those DB names? …

database oracle unix sunos
curl: not found on Solaris

I'm trying to install something on Solaris with the curl, but I get the following message: curl: not found How …

curl solaris sunos
Sending syslog messages from perl

We are sending a lot of syslog messages from our perls script using the facility code of local2. This works …

perl logging syslog splunk sunos
Combine files in one

Currently I am in this directory- /data/real/test When I do ls -lt at the command prompt. I get …

linux unix gzip solaris sunos
Bash: How to make short delay?

How to make a short delay (for less than a second) in bash? The smallest time unit in sleep command …

bash solaris sunos
High CPU usage by a query in oracle

I have a query like this... SELECT cust_num, year,credit_cust FROM (SELECT cust_num, year,credit_cust, ROW_…

oracle unix oracle11g cpu-usage sunos
new line in shell script

I have the below command in my shell script to send all the four echo statements in one email { echo "…

linux shell unix solaris sunos
Getting the uptime of a SunOS UNIX box in seconds only

How do I determine the uptime on a SunOS UNIX box in seconds only? On Linux, I could simply cat /…

unix shell uptime sunos