linux Basic introduction to the Linux file system December 14, 2023 by Natalie Gonzalez No Comments Think of a refrigerator with multiple shelves, which can be used to store a variety of items. These shelves help you organize grocery items by... Read More
linux An introduction to the history of Linux, design philosophy, and some common terminology December 14, 2023 by 方淑慧 No Comments In 1991, Linus Torvalds was a student in Helsinki, Finland, when he embarked on a project to write his own operating system kernel. He also... Read More
linux-kernel Linux copy-on-write mechanism principle December 14, 2023 by Jacob Dean Jr. No Comments In Linux, when a child process is created with the fork system call, it does not copy all the memory pages used by the parent... Read More