You don't use useradd to add a user to a group. You use useradd to create a user, hence the error message. Try: # usermod -a -G systemd-journal shirish or ...
確定! 回上一頁