005_打印root可以使用的可執行文件數

打印root可以使用可執行文件數,處理結果: root’s bins: 2306

#! /bin/bash

echo "root's bins: $(find ./ -type f | xargs ls -l | sed '/-..x/p' | wc -l)"

在這裏插入圖片描述



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章