Xv6的lecture LEC 1 Operating systems L1: O/S overview L1:O/S概述 * 6.828 goals 6.828的目标 Understand operating systems in detail by designing and implementing a small O/S 通过设计并实现一个小型的系统在细节上理解操作系统. Hands-on experience with building systems("Applyin
1.显示当前登录linux系统的用户 2.当用户登录到linux系统后,一旦出现提示符时,便可以输入操作命令了.命令可以分为如下两类: (1).bash内置的命令: (2).应用程序. 怎么知道哪些指令是bash内置的命令,哪些是应用程序呢?可以用which命令进行查看,如下: [root@redhat2 ~]# which echo /bin/echo [root@redhat2 ~]# which ls alias ls='ls --color=auto' /bin/ls [root@red