Verzeih mir mein unglaubliches Unwissen in Sachen Fedora, aber was ist "SU"?
==
Excuse my unbelievable ignorance about Fedora, but what's "SU"?
"su" is a command to change the current user in a shell. If you just type "su", the new user is "root". If you type "su myname", the new user is "myname". Anyway, you'll be prompted for the specific password before the other user-account becomes activated. You can see the change of the active user at the beginning of the shell-line: normally, there is a "%" or "$", if you are logged in as root, you see a "#". To leave the root-account, type "exit".
"su" ist ein Befehl zum Wechseln des aktuellen Benutzers einer Shell. Wenn du nur "su" eingibst, ist der neue Benutzer "root". Wenn du "su meinname" eingibst, ist der neue Benutzer "meinname". In jedem Fall wirst du nach dem jeweiligen Passwort gefragt, bevor der andere Benutzeraccount aktiviert wird. Du kannst den Wechsel des aktuellen Benutzers am Anfang der Shell-Zeile beobachten: normalerweise ist dort ein "%" oder ein "$"; wenn du als Root angemeldet bist, siehst du ein "#". Um den Root-Account zu verlassen, gebe "exit" ein.