原文:debian中安裝ifconfig工具

最近因為學習需要,我在windows 中安裝了wsl debian。使用過程中發現ifconfig居然沒有。 作為一個接觸linux,並且做運維很長時間的人而言,實在是很郁悶。查閱資料后才發現原來是因為ifconfig,netstat,route之類的命令比較老,現在debian的發行版中默認已經不帶了,取而代之的是iproute工具包中主要以ip xxx開頭的命令。而老的命令則在net tool ...

2020-03-22 17:05 0 3177 推薦指數:

查看詳情

debian 安裝 ifconfig ping

debian 安裝 ifconfig ping apt-get updateapt install net-tools # ifconfigapt install iputils-ping # ping ...

Fri Jul 24 19:30:00 CST 2020 0 1291
Debianifconfig在哪里?

Today,弱菜在看gentoo手冊,看到一個地方,突然想起一個問題。弱菜君安裝Debian的時候使用ifconfig命令,提示說找不到這個命令。網上查了一下,原來是Debian的權限要求比較嚴格,ifconfig是屬於超級用戶的命令,只有少量的功能提供給普通用戶,在redhat系列的系統 ...

Fri Mar 01 04:20:00 CST 2013 0 11472
debian安裝pip

sudo apt upate sudo apt-get install python3-pip ...

Wed Nov 06 05:47:00 CST 2019 0 404
Debian ifconfig 命令找不到

如何配置讓 Debian 非特權用戶也可以使用 ifconfigifconfig 在 /sbin 目錄下,新建一個用戶時, Debian 默認從 /etc/skel/ 復制配置文件, /sbin 並不在 $PATH ,所以導致默認非特權用戶無法使用 ifconfig (terminal ...

Fri Sep 29 07:32:00 CST 2017 0 4319
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM