techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#root

15 posts15 participants1 post today
Ich bin ja so ein elender noob, ich mach das meiste auf meinem #Linux über die grafische Oberfläche.
Aber einen fetten Ordner auf einer externen Platte löschen mach ich dann doch per #konsole, damit der nicht den ganzen Inhalt erst rüberkopiert, ums dann in den Müll zu werfen.

Und wie jedesmal, wenn ich #rm hantiere, prüfe ich meinen Befehl mindestens 3x, ob da nicht irgendwo ein absoluter Pfad drin ist 😂

(ohne #root geht das eh nicht, aber wenn die Angst einmal sitzt...)

#linux
#support
#help
#question
#journalctl
#root

See many rotated files by journalctl, and ALL are prefixed with either "system" or "user-USERID." Examples below:

/var/log/journal/1962e1d88ff4481d884d1c753d28a13e/system.journal
/var/log/journal/1962e1d88ff4481d884d1c753d28a13e/user-5678.journal

Q.1) When the user-5678 su -, and root is operating the system, would journalctl log in user-5678?

Q.2) If root were logged in to system, would journalctl create logs prefixed with "user-0"?

#linux
#support
#help
#question
#systemd
#cgroup
#root
#uid

When su - error "Failed to connect to bus no medium found"

Investigated causes based on njroute22.com/failed-to-connec

Image1: $ systemctl status dbus. "CGroup" led me to systemd control groups.

Image2: $ systemd-cgls. From entry user-1234.slice ONLY configurations for originally created host user (i.e., ID 1234 user in sudoers), BUT NO ENTRY for root (i.e., user-0)

Q: Can root be made a member of systemd control group like user-1234 is?