3.1. Creating the lockss User

The LOCKSS system runs under a system user named lockss, which is in a system group named lockss.

To create the lockss user and group, run this useradd command as root 1 :

useradd --system --user-group --create-home --shell=/bin/bash lockss

Footnotes

1

See Running Commands as root.