摘要:
Linux 7 安装开发工具包 Development Tools 1、查看开发工具包 [root@xiejiaohui ~]# yum groups list Loaded plugins: langpacks, search-disabled-repos Available Environmen 阅读全文
摘要:
#!/bin/bash if [ $# -eq 1 ] ; then if [ -f "$1" ] ; then while read username ; do user add -s /bin/false $username &>/dev/null done < $1 else echo "In... 阅读全文