kurkos.sh 99 B

123
  1. groupadd -g 40 mysql &&
  2. useradd -c "MySQL Server" -d /srv/mysql -g mysql -s /bin/false -u 40 mysql