- 查看Linux 内核
cat /proc/version
uname –a
- 查看Linux系统版本
lsb_release –a
cat /etc/issue
- 使用root权限
su
之后
键入密码
- 查看网卡信息
ifconfig
ip addr
- 重启网络服务
service network restart
- 更新 更新源
apt-get update
- 安装net-tools
sudo apt install net-tools
若在安装过程中更新源停止服务,或者是找不到,可以在更新源列表(etc/apt/sourcrs.list)中增加
deb http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse
随后更新更新源apt-get update
- 安装yum
sudo apt install yum
- 修改root密码
sudo passwd root
Linux 常用命令
最新推荐文章于 2024-02-22 12:25:07 发布