Linux系统维护

新增系统用户

sudo adduser mosquitto

检查系统用户root是否存在

cat /etc/passwd|cut -f 1 -d:|grep root