代码搜索:groups
找到约 9,952 项符合「groups」的源代码
代码结果 9,952
www.eeworm.com/read/161040/5563975
txt setup_groups.txt
#!/bin/sh
# a simple Unix shell script for setting up to install Oracle 8.1.7
groupadd dba
groupadd oinstall
groupadd oracle
useradd -g dba -G oinstall,oracle -m oracle
echo "Enter the password you w