HashBackup set up

From Notes to self
Revision as of 11:40, 20 November 2022 by Verbovet (talk | contribs) (Created page with "* Create the user/group <code>hb</code> (329 is the [https://slackbuilds.org/uid_gid.txt UID/GID] of "oracle-xe" removed from [https://slackbuilds.org SBo]) <pre> groupadd -g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Create the user/group hb (329 is the UID/GID of "oracle-xe" removed from SBo)
groupadd -g 329 hb
useradd -u 329 -g 329 -s /sbin/nologin -M hb