摘要:
tcpdump -i any udp port 30001 -w ./udp.pcap 阅读全文
摘要:
umount -a :取消当前的全部挂载信息 阅读全文
摘要:
注意:修改/etc/profile 文件后,需要使用 source /etc/profile 刷新文件,配置才会生效。 1、在用户输入空闲一段时间后自动断开 export TMOUT=900 # 设置900秒内用户无操作就字段断开终端 readonly TMOUT # 将值设置为readonly 防 阅读全文