Tech Support > Operating Systems > UNIX / Variants
mount problem between HP-UX and Linux
Posted on October 23rd, 2004 | 0 Comments

Hello, I have a Linux Red-Hat AS3 server with a /home/accounts/ directory that I need to export to a HP-UX 10.20 station. This directory contains user accounts. In the exports file it is written...

Searching text files
Posted on October 22nd, 2004 | 2 Comments

Brent OMalley <brent.omalley@pegs.com> wrote: glimps might be a tool for static or relativly static data. -- Peter Håkanson IPSec Sverige ( At Gothenburg Riverside ) Sorry about my e-mail...

processes running
Posted on October 22nd, 2004 | 1 Comments

2004-10-22, 05:29(-07), Demetris: if ps -u oracle -o comm= | grep -qx ora_pmon_RCAT; then echo "There's a least 1 ora_pmon_RCAT" else echo "no ora_pmon_RCAT seems to be running" fi

HP-UX Secure Shell for HP-UX 10
Posted on October 22nd, 2004 | 1 Comments

Martull wrote: OpenSSH works fine with HP-UX 10.20. You can download it from www.openssh.org. Regards, Constantin Wiemer

ftp site exec && timeout
Posted on October 21st, 2004 | 1 Comments

On 19 Oct 2004 12:47:39 -0700, Magda Hewryk <mhewryk@hotmail.com> wrote: If they are created there, tar and gzip could be part of that process. -- System Events =-=-=-=-=-=-= Sep 16 03:31:11 don...

free random password generator
Posted on October 21st, 2004 | 7 Comments

FreewareTown.com <Spam2@sharewareisland.com> wrote: Yes, but didn't you say that part of the point was to avoid having to run anything locally? If I'm going to write something to script downloading...

ibm regatta, hp serviceguard
Posted on October 21st, 2004 | 3 Comments

dfreybur@yahoo.com (Doug Freyburger) wrote in message news:<7960d3ee.0410190946.28f0331f@posting.google.com>... hardware line should be both more expensive and stable compared to the software...

DISK DRIVES
Posted on October 20th, 2004 | 0 Comments

If you need HP, SUN or SGI disk drives please let me know. We carry old and new models from 1gb to 146gb scsi and fiber. We are very competitive on our prices. All drives are original manufacture and...

Kill script(CCCL)
Posted on October 20th, 2004 | 6 Comments

dfrench@mtxia.com (Dana French) wrote: I believe Chris is talking about the difference between these: read UNAME read "$varname" In the first case, it's immediately obvious that there's no danger...

Changing password of Unix System non interactively and without using expect
Posted on October 20th, 2004 | 3 Comments

On 19 Oct 2004 21:31:55 -0700, Girish Pal Singh <girishpal@hotmail.com> wrote: Why not crypt it once, and then connect to each remote system, substituting the old encrypted password to the new...

Upload / Download file
Posted on October 19th, 2004 | 4 Comments

On 2004-10-07 12:18, Andy wrote: Just create a file .netrc Then add a line: machine <host> login <login> password <password> where <host>,<login>,<password> is replaced with your...

sparse files
Posted on October 19th, 2004 | 2 Comments

2004-10-18, 20:33(-04), Barry Margolin: Yes, especially when the system provides no way to find out where the holes are, it can't do any arm to create ones, as no application would ever rely on...

ps full output
Posted on October 18th, 2004 | 1 Comments

Stephane CHAZELAS <this.address@is.invalid> wrote in message news:<slrncn73ue.2ec.stephane.chazelas@spam.is.invalid>... Great thanks - that works a treat much obliged.

ps full output
Posted on October 18th, 2004 | 2 Comments

2004-10-18, 06:30(-07), chris-c: /usr/ucb/ps ww will give you the whole list of arguments $ zsh $ sleep 400 {1..100000} & 21687

Top 10 subjects comp.unix.admin
Posted on October 17th, 2004 | 0 Comments

Top 10 subjects for the 7 day period ending Monday October 18, 2004. posts kbytes subject 19 36.5 Health checks for Solaris 7 10.9 split by regex? 4 7.0 ps full output 3 ...

Top 10 posters comp.unix.admin
Posted on October 17th, 2004 | 0 Comments

Top 10 posters for the 7 day period ending Monday October 18, 2004. posts kbytes name address 4 7.1 robert root@wheel.invalid 4 6.7 Dragan...

ps full output
Posted on October 17th, 2004 | 0 Comments

On 17 Oct 2004 05:29:02 -0700, chris-c wrote: Have you read the man page for ps looking for wide output?

Health checks for Solaris
Posted on October 13th, 2004 | 3 Comments

In comp.unix.solaris Mothra <mothra@mothra.com> wrote: Whatever you're smoking, I want some... Scott

split by regex?
Posted on October 13th, 2004 | 1 Comments

2004-10-13, 03:05(-05), robert: With nawk you can use a regexp for FS. With GNU awk, I think, you can also use a regexp for RS. Or you can use perl. --

multiuser permissions
Posted on October 11th, 2004 | 0 Comments

I posted this to comp.infosystems.www.servers.unix earlier, to no response (that ng seems pretty dead). At the core, though, this is a UNIX permissions problem, so, I figured I'd try here as well. ...