Nixers Book Club - Book #6: Introduction to Operating Systems Abstractions - Community & Forums Related Discussions
Users browsing this thread: 2 Guest(s)
|
|||
(13-11-2021, 04:56 AM)venam Wrote: Similarly, in the shell, arrow up doesn't show the previous command but9front has a " command that prints the previous command, and a "" that runs it. File completion is done with Ctrl+F. (13-11-2021, 04:56 AM)venam Wrote: However, it quickly follows with analysis of processes exec layout andThe book was written for the students of the Operating System courses the author is professor of. Since the course is given after the Computer Architecture course, the students should knew about virtual memory beforehand. (13-11-2021, 06:22 AM)josuah Wrote: The group-based permission system is interesting, and solves the "shared directory" problem, which is a very common one: have one directory in read-write access by anyone in the group.UNIX has that. Quoting from the APUE book, third edition, section 4.6: Quote:The user ID of a new file is set to the effective user ID of the process. POSIX.1 allows an implementation to choose one of the following options to determine the group ID of a new file:Edit: More information on that in this Wikipedia article |
|||