Which of the following commands will add the group extra to the user bob’s secondary groups in addition to bob’s current secondary groups?

Which of the following commands will add the group extra to the user bob’s secondary groups in addition to bob’s current secondary groups?Category: Linux EssentialsAuthor "LinuxQuestions"Which of the following commands will add the group extra to the user bob’s secondary groups in addition to bob’s current secondary groups?
Linux Questions Staff asked 1 year ago

Which of the following commands will add the group extra to the user bob’s secondary groups in addition to bob’s current secondary groups?

  • usermod -G extra bob
  • usermod -a extra bob
  • usermod -aG extra bob
  • usermod -ag bob extra

About the author