in reply to Re^4: getlogin works on debian but not ubuntu?
in thread getlogin works on debian but not ubuntu?
mb@dennis ~ $ perl -E'say getlogin' mb mb@dennis ~ $ cat gl.c #include <unistd.h> #include <stdio.h> int main(void) { puts(getlogin()); return 0; } mb@dennis ~ $ gcc gl.c mb@dennis ~ $ ./a.out mb
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: getlogin works on debian but not ubuntu?
by bcrowell2 (Friar) on Jan 07, 2013 at 04:23 UTC | |
by mbethke (Hermit) on Jan 07, 2013 at 16:45 UTC |