文档内容是本人在学习了Linux操作系统课程以及实验后的一些总结,有什么问题请大家指教。内容包括:课程知识总结,对操作系统的认识,和操作系统相关的拓展知识学习以及课程体会。
2019-12-21 21:03:19 2.04MB 操作系统 Linux
1
【文件格式是Linux下的gz压缩包,在Windows下可以用WinRAR解压】 本人原创的操作系统上机作业(源代码),自己编写一个简单的Linux下的shell(a simple myshell)!原题见William Stallings写的《Operating Systems - Internals and Design Principles》(操作系统--内核与设计原则): The shell must support the following internal commands: cd - change the current default directory to . If the argument is not present, report the current directory. If the directory does not exist an appropriate error should be reported. This command should also change the PWD environment variable. clr - clear the screen. dir - list the contents of directory environ - list all the environment strings echo - display on the display followed by a new line (multiple spaces/tabs may be reduced to a single space) help - display the user manual using the more filter pause - pause operation of the shell until 'Enter' is pressed quit - quit the shell The shell environment should contain shell=/myshell where /myshell is the full path for the shell executable (not a hardwired path back to your directory, but the one from which it was executed)
1
山东大学大二下操作系统的课程实验,相比大三上的课程设计简单很多。
2019-12-21 19:34:16 2.34MB 山东大学 操作系统 linux
1