>>2
IAWTC. *nix security should prevent this otherwise. Even a user in wheel should have to su root for that.
Name:
Anonymous2007-04-24 12:08 ID:WzR1BYL/
>>1
It's better that way, you won't be pested by the permission system
Name:
Anonymous2007-04-24 12:48 ID:iD/0C2ok
Security is only a marketing buzzword anyway
Name:
Emailer332007-04-24 19:36 ID:wjQrIY12
Nope 'whoami' shows i'm logged in as my limited user emailer33. Though I have started opening konsole, opening a new shell terminal, and hten closing the superuser terminal.
Name:
Anonymous2007-04-24 21:30 ID:0VizDmyp
#include "stdio.h"
/* fake whoami program */
int main() {
printf("emailer33");
reutrn 0;
}