smith88 发表于 2018-8-27 13:18:48

shell脚本学习笔记:通过shell实现linux用户管理和监控

#!/bin/bash  
#menu.sh
  
function menu(){
  
title="My Home"
  
name="Randy"
  
time=`date +%Y-%m-%d`
  
cat
页: [1]
查看完整版本: shell脚本学习笔记:通过shell实现linux用户管理和监控