User and Group Management (Part 1)

User(s) In Linux, every process (or running program) runs with the privileges of a particular user and every file (or directory) is owned by a particular user. Therefore, Access to…

0 Comments

I/O Redirection

We already know from our discussion under topic File Descriptors, Each process when created, by default is associated with three files with File Descriptor(FD) numbers 0, 1 and 2. If…

0 Comments

File Descriptors

In UNIX/Linux everything is considered a file. Generally there are seven types of file: Regular Files Directories Character Device Files Block Device Files Local Domain Sockets Named Pipes(FIFO) and Symbolic…

0 Comments