Which of the following commands will create a user "John" from the command line on a windows operating system? a. useradd John b. adduser John c. net user John/add d. useradd John/add
useradd John will work in Linux.
Thanks do you know the three ways to manage user accounts in a Windows evironment?
Start > Run cmd <click open> OR search for cmd and double click it. A black screen with white text sould pop up. At the prompt (c:\bla bla>) type in: useradd /? And press enter. It will tell you somethng about options OR that it is not recognized. adduser /? And press enter. It will tell you somethng about options OR that it is not recognized. net /? And press enter. It will tell you somethng about options OR that it is not recognized. The one that tells you a valid response is the winner.
Join our real-time social learning platform and learn together with your friends!