Top "Solaris" questions

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

Test if remote TCP port is open from a shell script

I'm looking for a quick and simple method for properly testing if a given TCP port is open on a …

shell tcp port solaris telnet
sed edit file in place

I am trying to find out if it is possible to edit a file in a single sed command without …

unix sed solaris
Get the date (a day before current time) in Bash

How can I print the date which is a day before current time in Bash?

bash unix date solaris
How to determine the IP address of a Solaris system

What command do I want to issue when I want to know the IP address of the Solaris machine I'm …

unix networking ip-address solaris ip
Portable way to get file size (in bytes) in shell?

On Linux, I use stat --format="%s" FILE, but Solaris I have access to doesn't have stat command. What should …

linux bash shell solaris
How do I get the find command to print out the file size with the file name?

If I issue the find command as follows: $ find . -name *.ear It prints out: ./dir1/dir2/earFile1.ear ./dir1/dir2/…

unix command-line find solaris
What process is listening on a certain port on Solaris?

So I log into a Solaris box, try to start Apache, and find that there is already a process listening …

unix solaris
How to set the From email address for mailx command?

I am working on a KornShell (ksh) script running on a Solaris server that will send out an email when …

shell email solaris ksh mailx
What is the reason and how to avoid the [FIN, ACK] , [RST] and [RST, ACK]

What is the reason and how to avoid the [FIN, ACK], [RST] and [RST, ACK]? Is it due to some …

linux sockets tcp solaris wireshark
Comprehensive methods of viewing memory usage on Solaris

On Linux, the "top" command shows a detailed but high level overview of your memory usage, showing: Total Memory, Used …

operating-system solaris sysadmin