我是Linux的新手,我想知道是否可以创建自定义的Linux命令:例如
LearningPhase1 cpu getinfo
显示与我们从lscpu命令得到的输出类似的输出
LearningPhase1 memory getinfo
获取我的计算机的内存信息
此外,我还想知道是否可以使用自己的自定义命令创建新用户
LearningPhase1 user create <username>
创建新用户的步骤
LearningPhase1 user list
获取我的计算机的所有用户
LearningPhase1 user list --sudo-only
获取具有sudo权限的用户
是否有一种方法可以编写任何Linux命令以提示用户输入?
例如:
chage有很多选择
Options:
-d, --lastday LAST_DAY set date of last password change to LAST_DAY
-E, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE
-h, --help display this help message and exit
-I, --inactive INACTIVE