Userinfo displays as much information about local users as possible, which may be useful in shell scripts. It's sort of a mixture of tools rolled into program. It can display mail, login and password information with some other options.
Userinfo displays as much information about local users as possible, which may be useful in shell scripts. It's sort of a mixture of tools rolled into program. It can display mail, login and password information with some other options.
To install userinfo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install userinfo
To see what files were installed by userinfo, run:
port contents userinfo
To later upgrade userinfo, run:
sudo port selfupdate && sudo port upgrade userinfo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.