system

2001-12-10 Thread Christo Rademeyer
Hi if I use the system call like this system ("ping localhost > pinginfo"); But in linux this will keep on going how can I set up a time on that ? Thanx christo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: UID's

2001-12-04 Thread Christo Rademeyer
> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 3:44 PM Subject: Re: UID's > Hello Christo, > > Tuesday, December 04, 2001, Christo Rademeyer <[EMAIL PROTECTED]> wrote: > > CR> Hi how can I do this in perl ? srdof the same thing? > CR> tail

UID's

2001-12-04 Thread Christo Rademeyer
Hi how can I do this in perl ? srdof the same thing? tail -n5 /etc/passwd | cut -d: -f3 <- = -> 23 77 100 501 501 Thanx -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

UID + GID's

2001-12-04 Thread Christo Rademeyer
Hi how can I write a script to add one on my last UID + GID? Thanks. Christo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]