# .bash_profile # Get the aliases and functions //取得别名和函数 if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs //用户的详细环境变量和启动项目 PATH=$PATH:$HOME/bin export PATH unset USERNAME ///////////////////////////////////// printf "\n\tThis is a exam machine!\n" printf "\tPress \"exam\" to exam system! Press \"Enter\" to norm...
efault login anonymous password [email=user@my.site] 1.default login password 在Internet中,存在大量的匿名 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1874726.html
Project 2 虚拟存储(Virtual Memory) 练习目的: 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函...
//这个部分和前面的.netrc.handin基本一样 但是要特别注意的是必须在语句bye下面空出一行 default login anonymous password [email=user@my.site]user@my.site[/email] macdef init binary runique hash on prompt off idle 7200 get exam.tar bye 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1874725.html