上一页 1 ··· 255 256 257 258 259 260 261 262 263 ··· 408 下一页
摘要: 1、标准输出重定向:1>, 1可以省略 root@ubuntu01:/home/test# ls a.txt root@ubuntu01:/home/test# ls -l a.txt -rw-r--r-- 1 root root 6 3月 27 19:52 a.txt root@ubuntu01: 阅读全文
posted @ 2022-03-27 19:58 小鲨鱼2018 阅读(870) 评论(0) 推荐(0)
摘要: 1、在当前路径直接查找 root@ubuntu01:/home/test# ls 01.txt 02.csv 02.txt 03.csv 04.txt root@ubuntu01:/home/test# find 02.csv 02.csv root@ubuntu01:/home/test# fin 阅读全文
posted @ 2022-03-27 17:57 小鲨鱼2018 阅读(359) 评论(0) 推荐(0)
摘要: 1、测试数据 root@ubuntu01:/home/test# ls outcome.map outcome.ped root@ubuntu01:/home/test# ll -h total 80M drwxr-xr-x 2 root root 4.0K 3月 27 15:58 ./ drwxr 阅读全文
posted @ 2022-03-27 16:02 小鲨鱼2018 阅读(1383) 评论(0) 推荐(0)
摘要: 1、问题 -bash: unrar: command not found 2、系统 root@ubuntu01:/home/test# hostnamectl Static hostname: ubuntu01 Icon name: computer-vm Chassis: vm Machine I 阅读全文
posted @ 2022-03-27 15:51 小鲨鱼2018 阅读(5905) 评论(0) 推荐(0)
摘要: 1、测试数据 root@PC1:/home/test2# ls a.txt b.txt c.txt root@PC1:/home/test2# md5sum a.txt b.txt c.txt 3b0332e02daabf31651a5a0d81ba830a a.txt 3b0332e02daabf 阅读全文
posted @ 2022-03-27 15:41 小鲨鱼2018 阅读(248) 评论(0) 推荐(0)
摘要: 1、测试数据 root@ubuntu01:/home/test# ls a.txt root@ubuntu01:/home/test# stat a.txt File: a.txt Size: 15 Blocks: 8 IO Block: 4096 regular file Device: 805h 阅读全文
posted @ 2022-03-27 14:30 小鲨鱼2018 阅读(793) 评论(0) 推荐(0)
摘要: 1、使用stat命令获取atime、mtime、ctime root@ubuntu01:/home/test# ls a.txt root@ubuntu01:/home/test# stat a.txt File: a.txt Size: 10 Blocks: 8 IO Block: 4096 re 阅读全文
posted @ 2022-03-27 12:19 小鲨鱼2018 阅读(269) 评论(0) 推荐(0)
摘要: 1、问题 root@ubuntu01:/home/test# ls a.txt root@ubuntu01:/home/test# stat a.txt ## 统计a.txt最后访问的时间 File: a.txt Size: 10 Blocks: 8 IO Block: 4096 regular f 阅读全文
posted @ 2022-03-27 12:06 小鲨鱼2018 阅读(688) 评论(0) 推荐(0)
摘要: 1、测试数据 root@ubuntu01:/home/test# ls log2013.log log2014.log root@ubuntu01:/home/test# cat log2013.log ## 测试数据 2013-01 2013-02 2013-03 2013-04 2013-05 阅读全文
posted @ 2022-03-26 22:28 小鲨鱼2018 阅读(115) 评论(0) 推荐(0)
摘要: 1、问题, windows中文件上传linux中出现^M, 如下: root@ubuntu01:/home/test# ls outcome.map root@ubuntu01:/home/test# cat -A outcome.map 1^Is64199.1^I0^I55910^M$ 1^IOA 阅读全文
posted @ 2022-03-26 22:06 小鲨鱼2018 阅读(115) 评论(0) 推荐(0)
上一页 1 ··· 255 256 257 258 259 260 261 262 263 ··· 408 下一页