Putulin
Home
FAQ
Contact
Sign in
Search
Advanced search
MATCHING GROUPS
comp.unix.programmer (1)
»
more...
POPULAR GROUPS
de.soc.politik.misc
de.sci.philosophie
de.talk.tagesgeschehen
de.etc.sprache.deutsch
de.admin.news.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)