查看ubuntu是32位还是64位系统
checkout Ubuntu OS is 32bit or 64bit?
function1:click top right and see "about this computer"
function2:In terminal enter: $uname -a
function3:In terminal enter: $getconf LONG_BIT
information:
http://webcache.googleusercontent.com/search?q=cache:Avc0R8X3NGEJ:https://blog.linuxeye.com/303.html+&cd=2&hl=zh-TW&ct=clnk&gl=us
2015年12月30日星期三
2015年6月30日星期二
Linux分区指南
Linux分区指南
常用分区
/boot 内核启动文件
/
/home 用户所在目录。大小取决于有多少用户
/user 存放软件
/var/log 系统日志
/tmp 临时文件
/bin 存放标准系统实用程序
/dev 存放设备文件
/opt 存放可选安装软件
/sbin 存放标准文件管理系统
实例分区
120G固态硬盘,用于安装服务器
|
目录
|
容量
|
分区类型
|
|
/boot
|
200M
|
primary
|
|
/
|
60g
|
primary
|
|
/home
|
27.8g
|
primary
|
|
Swap
|
32g
|
logical
|
订阅:
评论 (Atom)