host-user-list

Lists the users on a given host.

Usage

host-user-tab HOST
  • HOST: a key of a host service definition in the repository.

Returns

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

Example

users=$(host-user-list "${host}" \
	| egrep -v "${IGNORED_USERS}"
)
 
relax/api/host/host-user-list.txt · Last modified: 2010-02-01 13:00 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki