/[cvs]/nfo/perl/scripts/umltools/sue
ViewVC logotype

Annotation of /nfo/perl/scripts/umltools/sue

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Oct 22 02:25:56 2002 UTC (21 years, 7 months ago) by joko
Branch point for: nfo, MAIN
Initial revision

1 joko 1.1 #!/bin/sh
2    
3     user=$1
4    
5     if test -z $user; then
6     exit;
7     fi
8    
9     tty=`tty`
10    
11     # change ownership of tty-device
12     chown $user $tty
13    
14     # do normal user switch
15     su $user
16    

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed