Linux Operating System Security: Joen A. Sinamag
Linux Operating System Security: Joen A. Sinamag
Joen A. Sinamag
What is Linux ?
Linux is a free open source operating system (OS) based on UNIX that was created in 1991 by Linus Torvalds. Users can modify and cr
variations of the source code, known as distributions, for computers and other devices. The most common use is as a server, but Linu
also used in desktop computers, smartphones, e-book readers and gaming consoles etc.
Linux Types :
Ubuntu
Redhat
Suse
Debian
Centos
Oracle
Hardening
Hardening refers to providing various means of protection in a computer system. Protection
is provided in various layers and is often referred to as defense in depth. Protecting in layers
means to protect at the host level, the application level, the operating system level, the user
level, the physical level and all the sublevels in between. Each level requires a unique
method of security.
A hardened computer system is a more secure computer system. Hardening is also known
as system hardening.
Guides :
Users are assigned to groups with unique group id numbers known as the gid.
Each user is given their own group . gids are stored in this location - /etc/group
File Security
File Permissions:
Every file and directory in your UNIX/Linux system has following 3 permissions defined for all the 3
Read (r): This permission give you the authority to open and read a file. Read permission on a directory
Write (w): The write permission gives you the authority to modify the contents of a file. The write
permission on a directory gives you the authority to add, remove and rename files stored in the directory.
Consider a scenario where you have to write permission on file but do not have write permission on the
directory where the file is stored. You will be able to modify the file contents. But you will not be able to