Tech Support > Operating Systems > UNIX / Variants
Move user profile
Posted on July 14th, 2003 | 0 Comments

I will change the hp ux server to linux server , what is the best way to move the user profile ( /etc/passwd , /etc/shadow etc ) ? thx.

StorEdge Enterprise Backup vs Veritas NetBackup
Posted on July 13th, 2003 | 1 Comments

In comp.unix.admin "Michael wrote: This used to be an issue with us and SBU, but it's not anymore. When the index format changed between versions 5.x and 6, the indexes shrank quite a bit. I used to...

Top 10 posters comp.unix.admin
Posted on July 13th, 2003 | 0 Comments

Top 10 posters for the 7 day period ending Monday July 14, 2003. posts kbytes name address 5 13.7 James T. Dennis jadestar@idiom.com 5 13.0 Len...

How to check what kind of the graphics card installed in Solaris
Posted on July 13th, 2003 | 2 Comments

jingchenzhou@yahoo.com (JC) writes in comp.unix.admin: |Can anyone tell me how to verify what kind of the graphics card is |installed in my Solaris machine: a Creator 3D graphics card or PGX ? ls -l...

Sorry, but any ideas fo a final-year uni project?
Posted on July 13th, 2003 | 4 Comments

g_i_f_f_o@hotmail.com (Mark) wrote in message news:<b97625a6.0307061323.3c71addd@posting.google.com>... Hi everyone, I'd just like to say a big thanks to everyone who took the time to post a...

64-bit Sparc laptop
Posted on July 12th, 2003 | 4 Comments

In comp.unix.admin Alan Coopersmith <alanc@alum.calberkeley.org> wrote: ....and a 1Ghz G4 does some things better than a 2GHz P4. And on and on. Clock speed is about as useful in measuring a CPU...

How to setenv in script?
Posted on July 12th, 2003 | 3 Comments

Barry Margolin <barry.margolin@level3.com> wrote: Specifically consider this: when you run any external command (any command, whether it's a binary or script) you've implicitly created a subprocess....

configuring amount of memory a process can use?
Posted on July 12th, 2003 | 1 Comments

In comp.unix.admin tom <tom@e.n.l.u.n.a.com> wrote: Not sure whether it's available on openbsd, but ulimit on Solaris (and elsewhere?) can set file descriptor limits, data segment sizes, etc. I've...

12th USENIX Security Symposium, August 4-8, 2003, Washington DC
Posted on July 11th, 2003 | 0 Comments

12th Annual USENIX Security Symposium, August 4-8, 2003, Washington DC Register by by July 14th and save up to $400 on your registration fees! WHAT: Usenix's 12th Annual Security...

Converting unix shell scripts to dos batch files
Posted on July 11th, 2003 | 6 Comments

On Thu, 10 Jul 2003 at 00:00 GMT, Nikolaos Giannopoulos wrote: That's like asking for something to convert CDs to play on your 1950's HiFi. Short of installing a UNIX shell on the Windows box, the...

About files and dates... I need HELP
Posted on July 11th, 2003 | 1 Comments

Chris> That'll change the mtime, but not the ctime. Ahem. I know you meant "ctime but not mtime", but just slipped for a moment. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. -...

About files and dates... I need HELP
Posted on July 11th, 2003 | 0 Comments

Well, too bad for me, indeed. Many thanks to all of you. Jean-Luc B :O)

problems with HP and Solaris environment compatibility
Posted on July 10th, 2003 | 0 Comments

On Thu, 10 Jul 2003 16:29:16 +0300, Hristo Brachkov <hristob@spam.no> wrote: to run applications on the other. Or you could create ~/hp and ~/solaris directories, and write a .xsession script to...

About files and dates... I need HELP
Posted on July 10th, 2003 | 0 Comments

On Thu, 10 Jul 2003 18:02:35 +0200, Jean-Luc BEAUDET <beaudet@cyber.kodak.com> wrote: -- Here I am, fifty-eight, and I still don't know what I want to be when I grow up. -- Peter Drucker

About files and dates... I need HELP
Posted on July 10th, 2003 | 0 Comments

Jean-Luc BEAUDET <beaudet@cyber.kodak.com> writes: You can't: that information is not kept in the filesystem. You must maintain that information separately. -- Tapani Tarvainen

About files and dates... I need HELP
Posted on July 10th, 2003 | 0 Comments

On Thu, 10 Jul 2003, Jean-Luc BEAUDET wrote: Solaris (nor any other flavour of UNIX) doesn't store the creation date of a file. The closest you can get is the inode's modification time, which if...

rcp error .. cant work...
Posted on July 10th, 2003 | 1 Comments

Barry Margolin <barry.margolin@level3.com> wrote in message news:<cuAOa.25$Vb2.24@news.level3.com>... thanks, u are spot on!

TAR command 2GB limitation
Posted on July 10th, 2003 | 0 Comments

I think there is a patch (10?) for 4.3 will resolve the file size limit. Another solution is to upgrade to 5L. "Louis" <nospam@nospam.nl> wrote in...

Windows XP logon to LDAP on Solaris
Posted on July 9th, 2003 | 0 Comments

Dear Sir, I'm trying to setup LDAP solution to enable windows logon to domain hosted on LDAP at Solaris server. Can You please tell me if it is possible to set-up LDAP on solaris to support windows...

Protecting files while written ...
Posted on July 9th, 2003 | 1 Comments

shark <member19781@dbforums.com> wrote: Create file with open(2) ("file" , O_CREAT| O_RDWR, 006 ) write data, then close(2) chmod(2) -- Peter Håkanson