host-user-list

Lists the users on a given host.

Usage

host-user-tab HOST

Returns

Returns the first colum (login) of the /etc/passwd file.

Example

users=$(host-user-list "${host}" \
	| egrep -v "${IGNORED_USERS}"
)