📜  ubuntu 列表用户 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:01.551000             🧑  作者: Mango

代码示例5
awk -F: '{ print $1}' /etc/passwdCopy