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…
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…
