Entry
Linux: Logon: Userid: Operation: Change: How to change the current userid? [su]
Sep 22nd, 2003 04:27
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 19 September 2003 - 03:02 pm ------------------
Linux: Logon: Userid: Operation: Change: How to change the current
userid? [su]
su means 'S'witch 'U'ser.
---
Type the command
su <username>
on the command line
---
e.g.
su john
will change the current userid to that of john.
---
For more information, type the command:
man su
---
Internet: see also:
How to create a new userid in Linux?
http://www.faqts.com/knowledge_base/view.phtml/aid/24526/fid/107
----------------------------------------------------------------------