First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Need help with file command in solaris.
The file command /usr/bin/file, /usr/ucb/file doesn't support '-' as an argument. any suggestions to use file - in any was is welcome, i am parsing the data from an input stream in a script inside another script and would like to know the file type of the output. please help. ... 22 May 2010 22:32
What to Burn on DVD and CD for installing Solaris 10
I downloaded below files to install the solaris 10 on x86 and Sparc. Questions for x86 PC: -- Should I burn all of the files as they are on DVD? -- Do I need to unzip sol-10-u8-companion-ga-iso.zip, then burn it on DVD? Downloaded Solaris 10 10/09 Operating System DVD Full for Solaris 10 OS, x64/x86, Multi-la... 23 May 2010 19:03
Passing char* not working
Hello All, I have code like this: Class2 Class1::func (char* response) { printf( response); Class2* d_ = new Class2; d_->func (response); //print response within Class2->func prints the response return d_; } Snippet of Class2: Class2 { //constructor & destructor void func(c... 21 May 2010 17:13
Max # of files allowed in directory under UFS & under VxFS (Veritas File System) in Solaris 10
Ceri Davies <ceri_usenet(a)submonkey.net> writes: On 2010-05-18, underh20 <underh20.scubadiving(a)gmail.com> wrote: Hello, What is the maximum number of files allowed in a directory under UFS in Solaris 10 ? 32767. See MAXLINK in sys/param.h. Not correct; that is the limit on the number of sub d... 20 May 2010 07:17
***Beginner Question*** Cron job to run on last Sunday eachmonth in Solaris 10
On Wed, 19 May 2010 16:13:12 -0600, Andrew L. wrote: I don't believe you can get that specific with cron saying "run on the last Sunday of the month". You could say "run on the 28th of every month at 8 am": 0 8 28 * * /script (may or may not be a Sunday) You could say "run on Sunday of eve... 20 May 2010 17:12
***Beginner Question*** Cron job to run on last Sunday eachmonth in Solaris 10
On 05/19/10 05:20 PM, underh20 wrote: The current cron job below runs on every Sunday. How could we modify it to run on last Sunday only in each month for the next 3 years ? Thanks, Bill 0 6 * * 0 /usr/bin/script Write a new wrapper script that runs every Sunday 0 6 * * 0 /usr/bin/wrapper-script ... 19 May 2010 19:22
***Beginner Question*** Cron job to run on last Sunday each month in Solaris 10
On May 19, 2:47 pm, Bit Twister <BitTwis...(a)mouse-potato.com> wrote: On Wed, 19 May 2010 14:20:30 -0700 (PDT), underh20 wrote: Hello, Our server is running Solaris 10. I need  to run a cron job at 6am on last Sunday of every month starting from the last Sunday this month in May. Subtract... 14 Jun 2010 18:28
***Beginner Question*** Cron job to run on last Sunday eachmonth in Solaris 10
On Wed, 19 May 2010 14:20:30 -0700 (PDT), underh20 wrote: Hello, Our server is running Solaris 10. I need to run a cron job at 6am on last Sunday of every month starting from the last Sunday this month in May. Subtract last day of month from current day of month. if result greater than 6 exit, else ... 20 Jun 2010 20:03
***Beginner Question*** Cron job to run on last Sunday each month in Solaris 10
Hello, Our server is running Solaris 10. I need to run a cron job at 6am on last Sunday of every month starting from the last Sunday this month in May. The current cron job below runs on every Sunday. How could we modify it to run on last Sunday only in each month for the next 3 years ? Thanks, Bill 0 6 ... 19 May 2010 18:15
Max # of files allowed in directory under UFS & under VxFS(Veritas File System) in Solaris 10
On 2010-05-18, underh20 <underh20.scubadiving(a)gmail.com> wrote: Hello, What is the maximum number of files allowed in a directory under UFS in Solaris 10 ? 32767. See MAXLINK in sys/param.h. What is the maximum number of files allowed in a directory under Veritas File System 5.0 in Solaris 10 ? ... 19 May 2010 18:15
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25