bart是在檔案系統級的檔案跟蹤工具。使用bart工具使你能快速、容易和可靠地得到系統中的軟體構成資訊。使用bart能很大程度地減少網路系 統的管理成本。bart能夠在目標系統軟體目錄的檔案層執行檢查操作。該實用程式可用於收集有關系統已安裝了哪些內容的資訊。bart還使你能夠對已安裝 的系統及系統內容隨時間的變化情況進行比較。
舉例說明:
# bart
usage:
bart create [-n] [-r root] [-r rules|-]
bart create [-n] [-r root] [-i | -i filelist]
bart compare [-r rules|-] [-i keywords] [-p] control-manifest test-manifest
# bart create -r /etc/nfs
! version 1.0
! tuesday, may 26, 2009 (16:48:01)
# format:
#fname d size mode acl dirmtime uid gid
#fname p size mode acl mtime uid gid
#fname s size mode acl mtime uid gid
#fname f size mode acl mtime uid gid contents
#fname l size mode acl lnmtime uid gid dest
#fname b size mode acl mtime uid gid devnode
#fname c size mode acl mtime uid gid devnode
/nfslog.conf f 388 100644 user::rw-,group::r--,mask:r--,other:r-- 41f1979c 0 3 e2ddd392685bad129e23420728ed6b2b
# bart create -i /etc/passwd /etc/shadow
! version 1.0
! tuesday, may 26, 2009 (16:48:25)
# format:
#fname d size mode acl dirmtime uid gid
#fname p size mode acl mtime uid gid
#fname s size mode acl mtime uid gid
#fname f size mode acl mtime uid gid contents
#fname l size mode acl lnmtime uid gid dest
#fname b size mode acl mtime uid gid devnode
#fname c size mode acl mtime uid gid devnode
/etc/passwd f 962 100644 user::rw-,group::r--,mask:r--,other:r-- 4a1c5d66 0 3 d64b8b1a8a8c71cd54becbd8844a53f6
/etc/shadow f 522 100400 user::r--,group::---,mask:---,other:--- 4a1c5d66 0 3 32e602b671e9f44c68b55ad20b371e25
# ls -al /etc/passwd
-rw-r--r-- 1 root sys 962 may 26 16:21 /etc/passwd
# ls -al /etc/shadow
-r-------- 1 root sys 522 may 26 16:21 /etc/shadow
# bart create -r /etc >system1.control.1
# >/etc/henry
/etc/henry: cannot create
# rmdir /etc/henry
# bart create -r /etc >system1.control.1
# >/etc/henry
# bart create -r /etc >system1.control.2
# bart compare system1.control.1 system1.control.2
/henry:
add# rm /etc/henry
# bart create -r /etc >system1.control.3
# bart compare system1.control.2 system1.control.3
/henry:
delete
BART 的簡單使用方法
bart是在檔案系統級的檔案跟蹤工具。使用bart工具使你能快速 容易和可靠地得到系統中的軟體構成資訊。使用bart能很大程度地減少網路系 統的管理成本。bart能夠在目標系統軟體目錄的檔案層執行檢查操作。該實用程式可用於收集有關系統已安裝了哪些內容的資訊。bart還使你能夠對已安裝 的系統及系統內...
pymysql的使用簡單使用方法
1.安裝方法 pip安裝 pip install pymysql anaconda安裝 conda install c anaconda pymysql 2.pymysql執行流程 3.匯入模組 from pymysql import 4.例項 import pymysql 連線資料庫 db pym...
Qt QStringList的簡單使用方法
qstringlist類提供了乙個字串列表 從qlist 繼承而來,它提供快速索引為基礎的接入以及快速插入和清除 其成員函式用於操作這個字串列表如 1.增加字串 qstringlist fonts fonts arial helvetica times courier fonts arial hel...