PASSWORD FILE

/etc/passwd is a text file that contains the attributes of (i.e., basic information about) each user or account on a computer running Linux or another Unix-like operating system. DESIGN The permissions for /etc/passwd are by default set so that it is world readable, that is, so that it can be read by any user on … Read more

LAYERS OF LINUX/UNIX

LINUX/UNIX has three most important parts. They are Kernel, Shell and File System Figure: Layers of Linux Kernel Kernel is the heart of the operating system. It is the low level core of the System that is the interface between applications and H/W. Functions Manage Memory, I/O devices, allocates the time between user and process,inter … Read more