Linux cheat sheet - janosgyerik/cheatsheets GitHub Wiki

Adding userX to groupX

  • Debian: adduser groupX userX
  • RedHat: usermod -a -G groupX userX

ntp setup

 ntpdate pool.ntp.org
 chkconfig ntpd on
 /etc/init.d/ntpd start
⚠️ **GitHub.com Fallback** ⚠️