https://www.runoob.com/linux/linux-command-manual.html
https://linux265.com/course/linux-commands.html
https://deepinout.com/linux-cmd/linux-device-management-related-cmd/linux-cmd-mknod.html (真的很全)
https://linux265.com/course/linux-command-ip.html
https://www.gnu.org/software/coreutils/manual/html_node/ (官方文档)
https://getiot.tech/linux-command/stty/
https://www.lzltool.com/LinuxCommand
https://getiot.tech/zh/linux-command/jobs/
执行多个指令
使用&&将两个指令连接比如:
sudo apt-get update && sudo apt-get install libesd0-dev
0 条评论