用户名添加错误

来源:6-2 例:批量添加删除指定数量的用户

醉李白

2019-08-16 09:39

./addu.sh: line 6: [: too many arguments

[root@localhost shelltest]# ./addu.sh 

Please input your user name:  Finley

Please input your the number of users: 20

Please input your password for the users: user

./addu.sh: line 6: [: too many arguments

[root@localhost shelltest]# 


写回答 关注

2回答

  • 慕侠3228424
    2019-08-25 09:49:02

    too many arguments的意思是:参数太多。line6表示:第六行。仔细看看你的脚本第六行,是不是有多余的符号把你的参数隔开了,使得参数看起来太多了。

  • 慕粉0121314447
    2019-08-20 18:16:07

    把脚本贴出来啊,要不然谁能帮你看?

shell编程之条件判断与流程控制

Linux shell实用案例学习,一定会使你Linux运维能力再次提高

35507 学习 · 139 问题

查看课程

相似问题