学习Linux踩的坑

一、ifconfig命令找不到

安装 net-tools

# UbuntuOs
apt install net-tools

# CentOs
yum install net-tools

二、执行某文件时提示权限被拒绝

更改文件权限

chmod ugo 文件名

u(g/o)=r+w+x

r=4	w=2	x=1 null=0

常用:731
posted @ 2022-01-23 14:11  tothk  阅读(51)  评论(0编辑  收藏  举报