1为标准输出stdout、2为标准错误stderr, /dev/null 表示空设备--nothing. 其中&的意思,可以看成是“The same as”、“与...一样”的意思。 就是2>和1>一样,都输出到 /dev/null 中, 即什么都没有输出。