一、常用命令
1、显示系统日期
date

2、更新软件列表
apt-get update

3、更新软件
apt-get upgrade

4、清屏
clear

5、重启
shutdown -r now 重启(1)
reboot 重启(2)


6、安装模块
apt-get install +模块名

7、删除包及其依赖的软件包+配置文件
apt-get remove --purge [package]

8、firefox浏览器打开打开网站
firefox https://www.baidu.com

9、切换用户
su root
