|
groupmod(group modify)
功能說(shuō)明:更改群組識(shí)別碼或名稱(chēng)。
語(yǔ) 法:groupmod [-g <群組識(shí)別碼> <-o>][-n <新群組名稱(chēng)>][群組名稱(chēng)]
補(bǔ)充說(shuō)明:需要更改群組的識(shí)別碼或名稱(chēng)時(shí),可用groupmod指令來(lái)完成這項(xiàng)工作。
參 數(shù): -g <群組識(shí)別碼> 設(shè)置欲使用的群組識(shí)別碼。 -o 重復(fù)使用群組識(shí)別碼。 -n <新群組名稱(chēng)> 設(shè)置欲使用的群組名稱(chēng)。 |