Putulin
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 1 articles for 0.302 sec
The code: [cdalten@localhost ~]$ more addme.c #include <string.h> #include <stdlib.h> #include <pwd.h> #include <unistd.h> #include <utmp.h> #include <stdio.h> #include <time.h> #include <errno.h> int main(int argc, char *argv[]) { struct utmp entry; char *fd; int term; system("echo before adding entry:;who"); utmpname("/var/run/utmp"); entry.ut_type=USER_PROCESS     

Group: comp.unix.programmer · Group Profile · Search for Putulin in comp.unix.programmer
Author: K-mart Cashier
Date: Jul 2, 2007 21:10

Show full article (1.77Kb)