linux - useradd command option [-c comment] does not work -


-c option of useradd command not work in linux. command is: useradd -c hello fyit here, hello comment , fyit username. press enter after typing command shows me related options of useradd command.

please try like,

useradd -c "hello" fyit 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -