⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adduser_sh.template

📁 Solaris环境下Shell编程编程
💻 TEMPLATE
字号:
#!/bin/sh# Purpose: To write a script to add user to the system.# Name: adduser_sh.template### Set a shell variable to test the grep command.name=nuucp     # Should match a single entry#name=uucp      # Should match a single entry#name=root      # Should match a single entry#name=rot       # Should not match any entry# End of lab 4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -