• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

grpck command – Remove corrupt or duplicate entries in the /etc/group and /etc/gshadow files.

by admin

The grpck command removes corrupt or duplicate entries in the /etc/group and /etc/gshadow files. It generates warnings for other errors found. grpck will prompt for a “yes” or “no” before deleting entries. If the user replies “no,” the program will exit. If run in a read-only mode, the reply to all prompts is “no.” Alternate group and gshadow files can be checked. If other errors are found, the user will be encouraged to run the groupmod command.

Syntax:

# grpck [option] [files]

Command Options

There are only 2 command options which you can use with this command.

Command option Description
-r Read only mode
-s Sort group id

Exit Codes

  • 0: Success.
  • 1: Syntax error.
  • 2: One or more bad group entries found.
  • 3: Could not open group files.
  • 4: Could not lock group files.
  • 5: Could not write group files.

Examples of grpck Command

1. Verify the group account file:

# grpck /etc/group

2. Verify the shadow file:

# grpck /etc/gshadow

Filed Under: Linux

Some more articles you might also be interested in …

  1. doctum: A PHP API documentation generator
  2. git cola: A powerful Git GUI with a slick and intuitive user interface
  3. lsattr Command Examples in Linux
  4. conntrack: command not found
  5. Linux OS Service ‘o2cb’
  6. daemon Command Examples in Linux
  7. “git tag” Command Examples
  8. rpmbuild : command not found
  9. dict: Command line dictionary using the DICT protocol
  10. amass viz – Visualize gathered information in a network graph (Command Examples)

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright