0%
目录管理
Posted on Edited on
Linux分区
Posted on Edited on
网络设置
Posted on Edited on
系统结构树
Posted on Edited on
系统结构树
1.home
普通用户的家目录 2.mnt
空目录 3.media
挂载光盘用的 4.bin
所有用户都可以执行的命令 5.sbin
只有root才可以执行的命令 6.usr
自定义安装的软件的执行程序,帮助手册 7.var
日志,缓存 8.proc
内存镜像文件 9.dev
硬盘设备文件 10.etc
软件的配置文件
用户管理
Posted on Edited on
用户管理
1.新建用户 useradd user1
2.删除用户 userdel -r user1
3.设置密码 passwd user1
4.查看用户 id user1
#切换用户 1.su -
Linux基本指令
Posted on Edited on
php编译安装
Posted on Edited on
PHP编译安装
./configure: error: SSL modules require the OpenSSL library.
Posted on Edited on
CentOS 7.2 下 ./configure Nginx 时出现以下错误 ./configure: error: SSL modules require the OpenSSL library. 解决方法: 执行以下命令:
configure: error: You need a C++ compiler for C++ support
Posted on Edited on