CST334 Week 3
This week I learned about memory virtualization and the importance of choosing an adequate memory management method. Although there are downfalls to all of the management strategies, there are benefits that make them useful in specific applications. I also learned about the pipe and dup commands that can be used in C shell programs to perform tasks on the operating system. Pipe allows for two forked programs to pass information to each other. This can allow one operation to pass its output as the input to the other operation. dup allows for one file to be saved into another file descriptor which can allow for it to be used by other operations.
Comments
Post a Comment