上一页 1 ··· 240 241 242 243 244 245 246 247 248 ··· 403 下一页
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.txt d ees j x e.s u z e s u w e s u root@DESKTOP-1N42TVH:/ho 阅读全文
posted @ 2022-04-24 18:28 小鲨鱼2018 阅读(330) 评论(0) 推荐(0)
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.txt d ees j x e.s u z e s u w e s u root@DESKTOP-1N42TVH:/ho 阅读全文
posted @ 2022-04-24 18:23 小鲨鱼2018 阅读(703) 评论(0) 推荐(0)
摘要: 1、linux 中 grep -q选项表示静默输出, 即不显式匹配结果 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.txt ## 测试数据 d e j s q u z c b r 阅读全文
posted @ 2022-04-24 17:51 小鲨鱼2018 阅读(2930) 评论(0) 推荐(0)
摘要: 1、 root@DESKTOP-1N42TVH:~# echo "/etc/init.d/ssh start" >> /etc/profile 阅读全文
posted @ 2022-04-24 13:09 小鲨鱼2018 阅读(176) 评论(0) 推荐(0)
摘要: 1、问题 -bash: /mnt/c/Windows/System32/drivers/etc/hosts: Permission denied 2、解决方法 右击,选属性 选安全: 选Users: 点编辑: 点users: 选完全控制: 选应用: 选是: 3、测试效果 可以修改了。 阅读全文
posted @ 2022-04-24 10:56 小鲨鱼2018 阅读(702) 评论(0) 推荐(0)
摘要: 形式1、curl xxxx > result root@DESKTOP-1N42TVH:/home/test2# curl https://s3.amazonaws.com/plink1-assets/plink_linux_x86_64_20220402.zip > a.zip 形式2:curl 阅读全文
posted @ 2022-04-23 23:59 小鲨鱼2018 阅读(1037) 评论(0) 推荐(0)
摘要: 1、问题: Network error: Connection refused 2、解决方法 root@DESKTOP-1N42TVH:~# /etc/init.d/ssh status * sshd is not running 3、 root@DESKTOP-1N42TVH:~# /etc/in 阅读全文
posted @ 2022-04-23 22:54 小鲨鱼2018 阅读(638) 评论(0) 推荐(0)
摘要: 1、问题 openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory 2、查找 libssl.so.1.1 文件 [ro 阅读全文
posted @ 2022-04-16 21:31 小鲨鱼2018 阅读(16529) 评论(6) 推荐(5)
摘要: 1、测试函数 [root@rhel7pc1 test]# ls test.sh [root@rhel7pc1 test]# cat test.sh ## $1 为第一个参数, $2为第二个参数,其余以此类推 #!/bin/bash function fun_test { seq $1 } 2、加载测 阅读全文
posted @ 2022-04-16 18:34 小鲨鱼2018 阅读(573) 评论(0) 推荐(0)
摘要: 1、创建自定义函数 格式: function name { command } [root@rhel7pc1 test]# ls test.sh [root@rhel7pc1 test]# cat test.sh ## shell中创建函数格式 #!/bin/bash function fun_te 阅读全文
posted @ 2022-04-16 18:23 小鲨鱼2018 阅读(1131) 评论(0) 推荐(0)
上一页 1 ··· 240 241 242 243 244 245 246 247 248 ··· 403 下一页