How can you verify the change in the default user shell for 'joker'?

QuestionsQuestions8 SkillsProUser Account ManagementAug, 24 2025
0123

You can verify the change in the default user shell for 'joker' by using the following command:

sudo grep -w 'joker' /etc/passwd

This command searches for the entry corresponding to the user 'joker' in the /etc/passwd file. If the change was successful, you should see /bin/bash at the end of joker's entry, indicating that bash is now the default shell for the user.

0 Comments

no data
Be the first to share your comment!