linux 中 生成文件的sha1码


 

001、

root@PC1:/home/test3# ls
root@PC1:/home/test3# seq 1000 > a.txt               ## 生成一个测试文件
root@PC1:/home/test3# ls
a.txt
root@PC1:/home/test3# sha1sum a.txt                  ## 使用sha1sum命令生成sha1码
234e7e9c9c8490946d3e8c2a01bff41e9acce269  a.txt

linux 中 生成文件的sha1码

 

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288896.html

(0)
上一篇 2022年9月12日
下一篇 2022年9月12日

相关推荐

发表回复

登录后才能评论