Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
groupadd
Create a new group
Syntax
groupadd [OPTION]... GROUPNAMECommon Options
-gSpecify group ID-rCreate system group-fForce (no error if exists)-oAllow non-unique GID-pSet group passwordCommon Examples
groupadd developersCreate group
groupadd -g 2000 developersCreate with specific GID
groupadd -r sysgroupCreate system group
groupadd -f existinggroupNo error if exists
groupadd -g 3000 -o newgroupAllow non-unique GID
Related Tools
More Code & Dev Tools
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
Color Extractor
Extract colors from images online. Get dominant colors and c...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...