Top "Solaris" questions

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

How to find Shared Memory Limits and Semaphore Limits in Solaris,HP-UX and AIX?

I'm using the following commands to find Shared Memory Limits and Semaphore Limits in Linux. To find Shared Memory Limits …

solaris aix hp-ux
Hard drive device name on Solaris

I need to figure out the hard drive name for a solaris box and it is not clear to me …

solaris
copy the symbolic link in Solaris

I am trying to copy a link on Solaris OS but find that it does not simply copy the link …

solaris symlink copying
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
replacement for cut --output-delimiter

I created a script that was using cut -d',' -f- --output-delimiter=$'\n' to add a newline for each …

bash awk solaris cut
Extend ps output to more than 80 characters in Solaris 8

How do you extend the output of ps -fe in Solaris so that it displays more than 80 characters? My process …

shell unix solaris ps
Why should the shebang line always be the first line?

I have a simple perl script as below: #!/usr/bin/perl use strict; use warnings; print "hello world!\n"; I …

perl unix solaris shebang
What's the Solaris equivalent to the BSD's 'tail -n100'?

I've looked this up a thousand times, and I always forget it, so, here for eternity: Solaris has a bit …

unix solaris bsd tail
cannot run perl program: Can't locate Time/Piece.pm in @INC with perl5.8.4 and Can't locate DBI.pm in @INC with perl 5.12.3

I have Solaris 10,i am trying to run a Perl program. I have two perl versions installed: /usr/bin/perl …

perl solaris perl-module solaris-10
Display all fields except the last

I have a file as show below 1.2.3.4.ask sanma.nam.sam c.d.b.test I want to remove the …

shell sed awk solaris