Difference between revisions of "Linux Security"

imported>Fhdk
(Created Linux Security page -)
 
imported>Fhdk
Line 2: Line 2:
Linux is a system build for networked multi user environments where access control is a vital part of the infrastructure.
Linux is a system build for networked multi user environments where access control is a vital part of the infrastructure.


As such any Linux based system requires users to be identified by username and access credentials.
As such any Linux based system requires users to be identified by username and access credentials. A more thorough explanation of users and groups is available at the [[Users_%26_Groups|Users & Groups]] page.
 
It is also possible to see which users is created on the system by listing the content of the file containing the users.
 
$ cat /etc/passwd


The toplevel user is '''root''' and is the most important user to protect from abuse or malicious usage.
The toplevel user is '''root''' and is the most important user to protect from abuse or malicious usage.
Anonymous user