We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bff250 commit d7a5a57Copy full SHA for d7a5a57
nexus-installation/READme.md
@@ -17,7 +17,7 @@
17
```sh
18
#As a good security practice, Nexus is not advised to run nexus service as a root user,
19
# so create a new user called nexus and grant sudo access to manage nexus services as follows.
20
-sudo hostname nexus
+sudo hostnamectl set-hostname nexus
21
sudo useradd nexus
22
# Grand sudo access to nexus user
23
sudo echo "nexus ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/nexus
0 commit comments