如何在FreeBSD上打印用户和组列表?
存储在/ etc / group和/ etc / passwd中的用户和组。 打印:
awk -F":" '{print $1}' /etc/passwd awk -F":" '{print $1}' /etc/group