1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| [root@Centos8 lx]# git clone https://github.com/aquasecurity/linux-bench.git
'linux-bench'... remote: Enumerating objects: 547, done. remote: Counting objects: 0% (1/130) ... [root@Centos8 lx]# ll
145336 -rw-r--r-- 1 root root 148820241 9 7 00:18 go1.19.1.linux-amd64.tar.gz drwxr-xr-x 2 root root 118 9 20 16:32 lineuse drwxr-xr-x 6 root root 174 9 20 13:20 linkbench drwxr-xr-x 6 root root 266 9 20 17:04 linux-bench drwxr-xr-x 3 root root 117 9 16 15:00 yet-another-bench-script
[root@Centos8 lx]# cd linux-bench/
|