CentOSでユーザ一覧を確認する方法

0


CentOS内のユーザ一覧を確認する方法です。

良く忘れるのでメモ。

/etc/passwdにあります。

[root@localhost ~]# cat /etc/passwd

Post a comment