編輯 nsswitch.conf 以在搜尋本機檔案以取得使用者詳細資訊時檢查 /etc/passwd 以外的文件 2024-4-20 • password nsswitch radius /etc我有一個名為的文件,其中包含與Radius 用戶radius類似的用戶帳戶詳細資訊。搜尋本地文件時除了檢查之外/etc/passwd如何配置/etc/nsswitch.conf檢查?例如我的裡面有一行內容是/etc/radius/etc/passwd/etc/nsswitch.conf passwd: files nis files此處僅搜尋/etc/passwd.如何讓它搜尋其他文件? 相關內容