Top "Solaris" questions

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

Pipe the output from three echo statement to mail

echo "Total items: `echo $QUERY1 | awk '{print $1}'`" echo "Total Error: `echo $QUERY1 | awk '{print $2}'`" echo "Percentage: $…

linux email shell unix solaris
How to discover the machine type?

I would like to discover the machine architecture type of a big number of machines. I have the hostname of …

linux macos shell scripting solaris
get week of year from day of year

Given day of year, how can I get the week of year by using Bash?

bash solaris date
SSH then change Shell

Potentially a real easy question but I was wondering if anybody can kindly provide some advice. To accomplish a repeating …

bash login ssh solaris csh
Issues with CORBA communication

This maybe too localized, but I am hoping someone can help me articulate my questions properly. So, we have a …

java linux solaris corba
Can I execute nested or chained commands in UNIX shell?

Can I execute command within another command in UNIX shells? If impossible, can I use the output of the previous …

linux command-line ubuntu nested solaris
How to access solaris 10 gui from windows machine?

I want to access solaris 10 GUI screen from my windows xp machine. Is there any software which can provide this …

windows solaris remote-access opensolaris solaris-10
Equivalent lsof -i in Solaris

I have a fast question. I want to know what is the losf -i equivalent command in a Solaris system. …

linux unix command solaris equivalent
How to change the Keyboard layout on Solaris

I am running a machine with SunOS and NO graphical enviroment. Does someone know how to change the keyboard layout …

solaris keyboard-layout
Paramiko and exec_command - killing remote process?

I'm using Paramiko to tail -f a file on a remote server. Previously, we were running this via ssh -t, …

python ssh solaris signals paramiko