Fulltext results:
- host-user-list
- ====== host-user-list ====== Lists the users on a given host. ===== Usage ===== host-user-tab HOST ... /passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" ) </code>
- host-user-tab
- ====== host-user-tab ====== Lists the users on a given host as a colon separated table. ===== Usage ===