系统相关
首页 > 系统相关> > linux 中 生成文件的sha1码

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

 

标签:test3,sha1,PC1,生成,linux,home,txt,root
来源: https://www.cnblogs.com/liujiaxin2018/p/16684403.html