dd if=/dev/hdc | md5sum 校验一个设备的md5sum编码,例如一张 CD
返回顶部索引 ^
网络 - (以太网和WIFI无线)
ifconfig eth0 显示一个以太网卡的配置
ifup eth0 启用一个 'eth0' 网络设备
ifdown eth0 禁用一个 'eth0' 网络设备
ifconfig eth0 192.168.1.1 netmask 255.255.255.0 控制IP地址
ifconfig eth0 promisc 设置 'eth0' 成混杂模式以嗅探数据包 (sniffing)
dhclient eth0 以dhcp模式启用 'eth0'
route -n show routing table
route add -net 0/0 gw IP_Gateway configura default gateway
route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.1.1 configure static route to reach network '192.168.0.0/16'
route del 0/0 gw IP_gateway remove static route
echo "1"/proc/sys/net/ipv4/ip_forward activate ip routing
hostname show hostname of system
hostlookup hostname to resolve name to ip address and viceversa(1)
nslookuplookup hostname to resolve name to ip address and viceversa(2)
ip link show show link status of all interfaces
mii-tool eth0 show link status of 'eth0'
ethtool eth0 show statistics of network card 'eth0'
netstat -tup show all active network connections and their PID
netstat -tupl show all network services listening on the system and their PID
tcpdump tcp port 80 show all HTTP traffic
iwlist scan show wireless networks
iwconfig eth1 show configuration of a wireless network card
hostname show hostname
hostlookup hostname to resolve name to ip address and viceversa
nslookuplookup hostname to resolve name to ip address and viceversa
whoislookup on Whois database
GO TOP INDEX ^
Microsoft Windows networks (SAMBA)
nbtscan ip_addr netbios name resolution
nmblookup -A ip_addr netbios name resolution
smbclient -L ip_addr/hostname show remote shares of a windows host
smbget -Rr smb://ip_addr/share like wget can download files from a host windows via smb
mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share mount a windows network share
Linux查看所有用户用什么命令Linux查看所有用户用什么命令linux中的vp命令:
awk -F ":" '{print $1}' /etc/passwd
LINUX命令里需要输入的-l ,-p,-P,-v,-V,-S,-s,-f , -q , -x等 , 都是什么功能啊ls --help
man ls
info coreutils 'ls invocation'
用法:ls [选项]... [文件]...
列出 FILE 的信息(默认为当前目录) 。
如果不指定-cftuvSUX 或--sort 选项 , 则根据字母大小排序 。
长选项必须使用的参数对于短选项时也是必需使用的 。
-a, --all不隐藏任何以. 开始的项目
-A, --almost-all列出除. 及.. 以外的任何项目
--author与-l 同时使用时列出每个文件的作者
-b, --escape以八进制溢出序列表示不可打印的字符
--block-size=大小块以指定大小的字节为单位 。例如
--block-size=M 以 1,048,576 字节为单位显示大小 。参看SIZE 格式 。-B, --ignore-backups不列出任何以"~"字符结束的项目
-c配合-lt:根据ctime 排序并显示ctime(文件
状态最后更改的时间)
配合-l:显示ctime 但根据名称排序其他情况:按ctime 排序
-C每栏由上至下列出项目
--color[=WHEN]控制是否使用色彩分辨文件 。WHEN 可以是
"never"(默认)、"always"或"auto"其中之一
-d, --directory当遇到目录时列出目录本身而非目录内的文件
-D, --dired产生适合Emacs 的dired 模式使用的结果
-f不进行排序 , -aU 选项生效,-lst 选项失效
-F, --classify加上文件类型的指示符号(*/=@| 其中一个)
--format=关键字交错-x,逗号分隔-m , 水平-x,长-l,
单栏-1,详细-l,垂直-C
--full-time即-l --time-style=full-iso
推荐阅读
- gis三调数据符号,gis三调数据名称缩写
- 苹果cms账号,苹果cms使用手册
- mysql如何设置空字符串,mysql设置空值
- 读不出独立显卡怎么回事,读取不到独显
- vb.net显示图片的简单介绍
- 点击查看更多再点击收起js,点击查看解决办法
- 代理软件怎么用,代理软件strongswan
- linux系统命令关机 linux命令 关机
- sqlserver客户端连接,sqlserver客户端连接限制