UNIX-programming-signals
Signals are a technique used to notify a process that some condition has occurred Soo if a process divides by zero the signal whose name is SIGFE (floating-point exception) is…
Signals are a technique used to notify a process that some condition has occurred Soo if a process divides by zero the signal whose name is SIGFE (floating-point exception) is…
first of all i learned smth like there is no default mutable variable in Rust. You must write smth like "let mut x = 5;" and the second one is bro, rust have dynamic arrays...damn…
#UserID The user ID from our entry in the password file is a numeric value that identifies us to the system. This user id is assigned by system admin when our login name is…
A program is an executable file residing on disk in a directory. #ProcandprocID An executing instance of a program is called a process. Some OS use the term task for this process…

The UNIX file system is a hieararchical arrangement of directories and files. Everything starts with root ( / ). A directory is a file that contains directory entries. Logically…

its the Architecture of UNIX operating systems. ( applications ( library routines ( systemcalls (( kernel )) systemcalls ) shell ) applications ) In a broad sense, an operating…
