MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年7月14日- 書箋
$ cut -d : -f 1 /etc/passwd
$ cat /etc/passwd | grep -v /sbin/nologin | cut -d : -f 1
$ cut -d : -f 1 /etc/group
$ cat /etc/group | grep -v /sbin/nologin | cut -d : -f 1
$ passwd <user_name>