解决windows10中ssh(OpenSSH_for_Windows)远程登录主机时,报 Permissions for "xxx" are ...
查看用户 cat /etc/passwd 查看所有用户的列表cat /etc/passwd |grep 0 简单查看root用户cat /etc...
统计某文件夹下文件的个数 ls -l |grep "^-"|wc -l 统计某文件夹下目录的个数 ls -l |grep "^d"|wc -l ...
用户列表文件:/etc/passwd用户组列表文件:/etc/group 查看系统中有哪些用户:cut -d : -f 1 /etc/passw...
配置systemctl命令tab自动补全 系统版本[root@test ~]# uname -r3.10.0-229.el7.x86_64 [r...
[1] 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Bas...
一、安装nginx 安装nginx 方法一 EPEL源 1 yum-y install epel-release 2 yum-y install...
CentOS7 yum方式配置LAMP环境 ( Apache+MariaDB+PHP ) 1、安装Apache yum install http...
1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status fi...