哎哟,不错哦

导航

2020年1月30日 #

linux 安装ifconfig

摘要: 一:使用yum命令下载安装wget 查看镜像中ifconfig安装包 yum search ifconfig yum install net-tools.x86_64 -y 下面按照提示一步步安装即可 如果没有安装net-tools也可以使用ip addr命令来查看ip 阅读全文

posted @ 2020-01-30 18:01 哎哟,不错哦 阅读(6225) 评论(0) 推荐(0) 编辑

linux 更换yum源

摘要: 1.备份原来的源 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk 2.下载阿里的源 cd /etc/yum.repos.d sudo wget -nc http://mirrors.aliy 阅读全文

posted @ 2020-01-30 17:53 哎哟,不错哦 阅读(371) 评论(0) 推荐(0) 编辑

linux 用户、用户组的操作

摘要: 1.查看linux系统下的所有用户 方式一:grep bash /etc/passwd 方式二:查看etc/passwd文件,其他第三个参数大于500的都是用户自己新增的 vim /etc/passwd 2.新增用户 linux 新增用户需要root权限,新增用户命令:useradd usernam 阅读全文

posted @ 2020-01-30 16:21 哎哟,不错哦 阅读(144) 评论(0) 推荐(0) 编辑