Unit one: Linux principles

来源:互联网 发布:林珊珊sunny的淘宝店 编辑:程序博客网 时间:2024/05/02 02:20

 

There are some notes for RHCE training.
linux: linux is not unix.
The first version is developed by BELL labs,1969.
Linus torvalds create linux kernel.

-------------------------------------------------------------
* ctrl - alt -F[1-6] to console mode
* ctrl - alt -F7 to GUI mode

* login Xorg
# startx

* change password
# passwd [username]

-------------------------------------------------------------

* Everything is a file.
* Configuration data stored in text.
* Small single-purpose programe.
* Avoid captive user interface
* Ability to chain programes together to perform complex tasks.