登录 注册
当前位置:主页 > 资源下载 > 35 > Linux 的常用命令(以 xls 文件形式呈现)具有很高的实用性

Linux 的常用命令(以 xls 文件形式呈现)具有很高的实用性

  • 更新:2024-10-02 19:29:02
  • 大小:43KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux - 操作系统
  • 格式:XLS

资源介绍

Linux 常用命令(xls 文件)非常实用 networking (Note ifconfig, route, mii-tool, nslookup commands are obsolete) • ip link show List interfaces ethtool interface List interface status ip link set dev eth0 name wan Rename eth0 to wan ip addr add 1.2.3.4/24 brd + dev eth0 Add ip and mask(255.255.255.0) ip link set dev interface up Bring interface up (or down) ip route add default via 1.2.3.254 Set default gateway to 1.2.3.254 • tc qdisc add dev lo root handle 1:0 netem delay 20msec Add 20ms latency to loopback device (for testing) • tc qdisc del dev lo root Remove latency added above • host pixelbeat.org Lookup ip address for name or vice versa • hostname -i Lookup local ip address (equivalent to host `hostname`) • netstat -tupl List internet services on a system • netstat -tup List active connections to/from system