https://www.runoob.com/linux/linux-install.html
Linux 常用命令全拼:https://www.runoob.com/w3cnote/linux-command-full-fight.html
Linux 命令大全:https://www.runoob.com/linux/linux-command-manual.html
[shell]shell 中| && || () {} 用法以及shell的逻辑与或非https://www.cnblogs.com/aaronLinux/p/8340281.html
通常服务器使用 LAMP(Linux + Apache + MySQL + PHP)或 LNMP(Linux + Nginx+ MySQL + PHP)组合。
Shell
函数返回值在调用该函数后通过 $? 来获得。
注意:所有函数在使用前必须定义。这意味着必须将函数放在脚本开始部分,直至shell解释器首次发现它时,才可以使用。调用函数仅使用其函数名即可。
来源:CSDN
作者:Arlison ^O^ ???
链接:https://blog.csdn.net/arlison/article/details/103814249