1.设置参数语法name=value
注意等号左右没有空格,否则会报错
[root@Server ~]# name =tom
bash: name: 未找到命令...
[root@Server ~]# name= tom
bash: to[......]
继续阅读。。。