linux截图工具,Kali截图工具,Kali-Rolling截图工具
安装命令:
| 0 | # apt-get install scrot | 
截图工具使用命令:
在当前目录下生成一个以时间为名的文件
| 0 | # scrot | 
可以指定生成的文件名和地址
| 0 | # scrot <目录地址> | 
可以通过鼠标指定区域截图
| 0 | # scrot -s | 
延迟N秒截图,这个功能有时候应该还挺有用的
| 0 | # scrot -s -d <N> | 
帮助
| 0 | # scrot -h | 
生成的图片名格式,如:2020-01-09-163943_818x465_scrot.png
https://blog.csdn.net/ericzhangyuncsdn/article/details/80353688