Linux CLI - Users and Groups
What will be the output of the following commands?
useradd -m charlie id charlie
useradd -m charlie id charlie
id command shows user ID, group ID, and groups for charlie, which will be a new user with a unique uid and gid, typically starting at 1001.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions