Understanding Linux -> Root section - second para removed

Deleted the 2nd para "Always when making system-wide changes, ..."
This commit is contained in:
Josef Hruska 2023-12-23 17:48:16 +00:00
parent a98b548d55
commit 941c35ad0e

View file

@ -47,8 +47,6 @@ It is the highest level account on the system and is used for administration.
It gives the user full permission to modify files, and start and stop critical programs (called processes) on the system.
It is a security feature in Linux that limits normal user privileges only to those required for normal tasks.
Always when making system-wide changes, such as installing new software or starting/stopping fundamental programs required by the operating system, the user is prompted for the root password.
For security reasons, the root account is disabled by default on Fedora Workstation.
Instead, the default user will be added to the group 'wheel'.
Members of this group are able to acquire root permissions using the 'sudo' command.