Can it modify database entries?

QuestionsQuestions8 SkillsProYour First Linux LabSep, 26 2025
082

No, the getent command cannot modify database entries. It is a read-only command used solely for retrieving information from various system databases. To modify entries in databases such as user accounts or groups, you would typically use other commands like:

  • useradd, usermod, userdel for managing user accounts.
  • groupadd, groupmod, groupdel for managing groups.

These commands allow you to create, modify, or delete entries in the respective databases.

0 Comments

no data
Be the first to share your comment!