public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Clara Kowalsky' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Clara Kowalsky <clara.kowalsky@siemens.com>
Subject: [PATCH] doc/user_manual: Fix content
Date: Fri, 11 Apr 2025 11:09:23 +0200	[thread overview]
Message-ID: <20250411090923.1355733-1-clara.kowalsky@siemens.com> (raw)

The usermod command checks whether the user is currently running a
process before attempting to change the user's home directory.
This check will always fail for the root user (Error: usermod: user root
is currently used by process <x>). It is therefore not possible to
change the root user's home directory in this way.

Signed-off-by: Clara Kowalsky <clara.kowalsky@siemens.com>
---
 doc/user_manual.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index d8e5c33e..845823bb 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -737,7 +737,6 @@ USER_root[inactive] = "30"
 USER_root[uid] = "0"
 USER_root[gid] = "0"
 USER_root[comment] = "The ultimate root user"
-USER_root[home] = "/home/root"
 USER_root[shell] = "/bin/sh"
 USER_root[groups] = "audio video"
 USER_root[flags] = "create-home system force-passwd-change"
-- 
2.49.0

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250411090923.1355733-1-clara.kowalsky%40siemens.com.

                 reply	other threads:[~2025-04-11  9:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250411090923.1355733-1-clara.kowalsky@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=clara.kowalsky@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox