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