study/linux/commond.md

177 B

linux常用命令

  • sudo 免密码使用
visudo
# 在最后面加入
your_user_name ALL=(ALL) NOPASSWD: ALL
  • 查看最近一次重启时间
last reboot