Home
> On My Own Laptop, Why Is Running Kali Linux As Root User A Bad Idea?
Question
On my own laptop, why is running Kali Linux as root user a bad idea?
Reply
Similar articles
- With the same specifications, why is the price of a desktop or PC cheaper than the price of a laptop?
- I have a Dell laptop without a CD drive and I need to install a program from a CD, what other ways can I install it?
- Why do some people cover their laptop camera with tape? Is it just paranoia?
- Can I connect an external desktop graphics card to a laptop?
- Is the best way to speed up an old laptop is to Buy more RAM or buy a new processor (CPU / GPU)?
Unix-based operating systems, such as Linux, grant certain privileges depending on which user group you belong to. Such as creating directories, deleting directories, creating and modifying files, configuring specific parts of the system.
The root user has the maximum level of privileges and when he executes a program or command, it is executed with the privileges corresponding to his user. It is easy to guess that a bug or malware in these circumstances can have catastrophic results.
Normally the administrator/user will use an account with lower privileges, resorting to the SU command when needing to run a command as root.