顯示這是我當前的代碼: if [ $(getent group administrators) ]; then
echo "Group exists"
else
echo "Group does not exist"
fi
我的問題是: 我怎麼通過使改進這樣我可以包含更多的組來顯示? 並顯示該組,例如管理員,出現在echo中:組管理員,學生是否存在?
我正嘗試在使用yum的RHEL 7(物理機器)上安裝PHP 5.6。我安裝了REMI存儲庫。 [[email protected] Sridhar_P]# yum repolist all
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is regis