今天在為一台linux用戶做OS account信息整理時(Red Hat Enterprise Linux Server release 7.9 (Maipo))
發現了一個用戶,名字叫 tss,信息如下:
tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin
但卻一直不知道這個用戶的Owner是誰,用途是啥
在系統中通過查詢,最后發現是安裝了trousers軟件包,安裝此軟件時,自動創建這個用戶
關於trousers軟件包含的文件列表如下:
[user_5201351@localhost ~]$ rpm -ql trousers /etc/tcsd.conf /usr/lib/systemd/system/tcsd.service /usr/lib64/libtspi.so.1 /usr/lib64/libtspi.so.1.2.0 /usr/sbin/tcsd /usr/share/doc/trousers-0.3.14 /usr/share/doc/trousers-0.3.14/ChangeLog /usr/share/doc/trousers-0.3.14/LICENSE /usr/share/doc/trousers-0.3.14/README /usr/share/man/man5/tcsd.conf.5.gz /usr/share/man/man8/tcsd.8.gz /var/lib/tpm
尊重別人的勞動成果 轉載請務必注明出處:https://www.cnblogs.com/5201351/p/14972249.html