*BSD News Article 95382


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!metro!metro!csu.edu.au!itclub.mur.csu.edu.au!crucible
From: "Mr Happy..." <crucible@itclub.mur.csu.edu.au>
Newsgroups: comp.unix.shell,comp.os.linux.misc,comp.os.linux.x,alt.os.linux,comp.unix.bsd.misc,comp.unix.bsd.freebsd.misc,gnu.misc.discuss,comp.unix.solaris
Subject: Re: unix acronyms -collecting a list?
Date: Thu, 15 May 1997 18:10:46 +1000
Organization: Charles Sturt University, NSW, Australia
Lines: 47
Distribution: inet
Message-ID: <Pine.LNX.3.95.970515180937.229A-100000@itclub.mur.csu.edu.au>
References: <5kd2ng$c8b$1@rzsun02.rrz.uni-hamburg.de> <5l3c2f$i1j@pasilla.bbnplanet.com> <337A003F.6A7B@ncofsi.com> <3378D37F.462F3A47@gaijin.com> <Pine.SUN.3.95.970513170134.19438A-100000@omni2> <Pine.GSO.3.96.970513200952.7143D-100000@tree.Stanford.EDU>
NNTP-Posting-Host: itclub.mur.csu.edu.au
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Jan Koum <jkoum@stanford.edu>
cc: Steve Elliott <jbodarky@voicenet.com>, Brandon Harris <bharris@gaijin.com>, 
    comp.os.linux.misc@th-darmstadt.de, jbodarky@ncofsi.com
In-Reply-To: <Pine.GSO.3.96.970513200952.7143D-100000@tree.Stanford.EDU>
Xref: euryale.cc.adfa.oz.au comp.unix.shell:44953 comp.os.linux.misc:175328 comp.os.linux.x:61576 alt.os.linux:21151 comp.unix.bsd.misc:3223 comp.unix.bsd.freebsd.misc:40904 gnu.misc.discuss:31262 comp.unix.solaris:106525

> > > > su = Super User
> >  
> > I stand corrected on that one...
> > 
> > > Substitute User
> > > 
> 
> 	I have heard it to mean "switch user". Maybe I am wrong however...
> 
> -- Yan
> 

Clear this up... Substitute User
NAME
       su - run a shell with substitute user and group IDs

SYNOPSIS
       su   [-flmp]   [-c   command]   [-s  shell]  [--login]  [--fast]
[--preserve-environment]  [--command=c
       [--shell=shell] [-] [--help] [--version] [user [arg...]]

DESCRIPTION
       This manual page documents the GNU version of su.  su allows one
user to temporarily become another  use
       runs  a  shell  with  the real and effective user ID, group ID, and
supplemental groups of USER.  If no
       given, the default is root, the super-user.  The shell run is taken
from USER's password entry, or  /bin
       none  is  specified  there.  If USER has a password, su prompts for
the password unless run by a user wi
       user ID 0 (the super-user).

       By default, su does not change the current directory.  It sets the
environment  variables  `HOME'  and
       from  the  password  entry  for USER, and if USER is not the
super-user, sets `USER' and `LOGNAME' to US
       default, the shell is not a login shell.

       If one or more ARGs are given, they are passed as additional
arguments to the shell.


More info.. "man su"


Andrew