04 2022 档案

摘要:sudo vi /etc/samba/smb.conf 写配置文件 # Please note that you also need to set appropriate Unix permissions# to the drivers directory for these users to ha 阅读全文
posted @ 2022-04-16 18:10 moredemo 阅读(481) 评论(0) 推荐(0)
摘要:摘自菜鸟教程,以备自用查询方便 算术运算符 运算符说明举例 + 加法 `expr $a + $b` 结果为 30。 - 减法 `expr $a - $b` 结果为 -10。 * 乘法 `expr $a \* $b` 结果为 200。 / 除法 `expr $b / $a` 结果为 2。 % 取余 ` 阅读全文
posted @ 2022-04-14 20:03 moredemo 阅读(31) 评论(0) 推荐(0)