Questions tagged [solaris-10]

Solaris 10 is a release of Solaris OS that supports multiple architectures and has native virtualization tools

Known as Oracle Solaris 10, it was launched in 2005 and is the first release to include x86-64 (AMD64/Intel 64) support, Solaris Zones (virtualization) and Dynamic Trace tool (DTrace).

336 questions
-2
votes
1 answer

Inconsistent behaviour while sending data on a TCP connection closed by the server

There is a Unit Test program (C++ on Solaris) I came across in my company. It tests whether an error is thrown when the client tries to send a msg to the server across a TCP connection that has been closed by the server. Scenario: Client …
NoOne
  • 35
  • 1
  • 6
-2
votes
1 answer

Memory stuck in Solaris .. server can't free disk space

I am working on Solaris 11, Now facing problem related to memory As my root is reached to 90%, I have deleted the audit file from /var/share/audit which is of 8GB after deleting the file, server doesn't free that memory . Why? How can free that…
Rahul B.
  • 1
  • 2
-2
votes
1 answer

tar command not processing

I want to restore previous backuped directory (spect folder into /opt) Architecture (Solaris 10) : root@sms01sxdg /opt> ls -ltr total 22 [...] drwxr-xr-x 2 specadm nms 1024 Dec 24 13:40 spect root@sms01sxdg /opt> root@sms01sxdg /opt> df…
jérémy555
  • 23
  • 2
  • 6
-2
votes
1 answer

Split File into chunks keeping complete lines in solaris

How can I split a file into 3 with equal (or almost equal) number of lines without breaking a line. for example split a file of 25 lines into 3 files of 9,8 and 8 lines each. I know of split -n l/3 but does not work on Solaris10. Tried some stuff i…
user3437245
  • 347
  • 1
  • 3
  • 14
-4
votes
1 answer

How to compare a lines of a text file with a line of different text file and append the first one if they are not same

I want to compare particular line of two text file and update one of the file if they are not same.
-4
votes
1 answer

what does sed 's#/text##' mean?

I've just encountered this sed expression and could not figure out exactly what it means. I've performed a google search previously. I'd appreciate any help. What does the initial # and the final ## mean? sed 's#/text##'
paolov
  • 2,139
  • 1
  • 34
  • 43
1 2 3
22
23