Top "Sunos" questions

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

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
How to open putty using batch and login then execute list of commands on bash

I have a Sun OS server with oracle configured on it ; with database 11g i want to take backup , now …

bash batch-file putty sunos
On solaris, is there a command to get the Ethernet Card MAC Address without being root

On Solaris, is there a command that I can run to get the MAC address of an ethernet card without …

solaris sunos
How can I check if the Operating System is Sun Os or Unix or Solaris from by bashrc

I want to know, how can we check in the bashrc file, what operating system is it?

bash unix sunos
how to get process id attached with particular port in sunos

I am trying to get processes attached with a port 7085 on SunOS. i tried following commands. netstat -ntlp | grep 7085 didn't …

linux unix operating-system sunos
Unix command to remove everything after first column

I have a text file in which I have something like this- 10.2.57.44 56538154 3028 120.149.20.197 28909678 3166 10.90.158.161 869126135 6025 In that text file, I have around 1,000,000 rows …

linux unix sunos
Get Yesterday's date in solaris

I am running SunOS. bash-3.00$ uname -a SunOS lvsaishdc3in0001 5.10 Generic_142901-02 i86pc i386 i86pc I need to …

linux shell unix date sunos
How to omit heading in df -k command of SunOs

Input: df -k Output: Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 10332220 443748 9785150 5% / /devices 0 0 0 0% /devices ctfs 0 0 0 0% /…

linux command-line sunos
Makefile error: Unexpected end of line seen

Trying to install Git, I ran configure and make, but got the following error message: make: Fatal error in reader: …

git makefile solaris sun sunos
Java Mail: NoClassDefFoundError: javax/activation/DataSource

I wrote a small Java command line program to test sending emails from a remote server. I'm getting the dreaded "…

java email classpath noclassdeffounderror sunos