|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T u
Length: 542 (0x21e) Types: TextFile Names: »usr/admin/menu/usermgmt/lsuser «
└─⟦3d8f416b2⟧ Bits:30004042/core2.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦this⟧ »usr/admin/menu/usermgmt/lsuser «
#ident "@(#)sadmin:admin/menu/usermgmt/lsuser 1.3" #menu# list users in the system #help# #help# Lsuser will list all the users that have been entered into the #help# computer using the "adduser" command. This list is updated #help# automatically by "adduser" and "deluser". echo ' Users currently in the computer: (press <RETURN> to start printing each time you hear the bell)' ( echo 'login name user name ---------- ---------' sed 's/^\([^:]*\):[^:]*:[^:]*:[^:]*:\([^:]*\):.*/\1 \2/p' /etc/passwd | sort ) | pr -w79 -tp -l20 -e16 -