Tagged articles
11 articles
Page 1 of 1
ITPUB
ITPUB
Dec 30, 2021 · Fundamentals

Master Linux Users, Groups, and File Permissions: A Complete Guide

This article explains Linux's multi‑user concepts, detailing owners, groups, and others, walks through interpreting the ls‑al output, clarifies permission bits and i‑node links, and provides practical commands (chgrp, chown, chmod) for securely managing file and directory permissions.

File PermissionsLinuxUsers and Groups
0 likes · 15 min read
Master Linux Users, Groups, and File Permissions: A Complete Guide
Laravel Tech Community
Laravel Tech Community
Sep 21, 2020 · Backend Development

PHP chgrp Function: Change File Group Ownership

The article explains PHP’s chgrp function, which changes a file’s group ownership, outlines its syntax, required parameters, permission restrictions, return values, and provides a complete PHP example demonstrating how to modify a file’s group and display the result.

BackendFile PermissionsPHP
0 likes · 2 min read
PHP chgrp Function: Change File Group Ownership
Liangxu Linux
Liangxu Linux
Dec 29, 2019 · Operations

Master Linux File Permissions: chown, chgrp, and chmod Explained

This guide explains Linux's three identity types (owner, group, others) and their read/write/execute permissions, shows how to interpret ls -al output, and provides detailed syntax, options, and practical examples for changing owners with chown, groups with chgrp, and permissions with chmod using both symbolic and numeric methods.

LinuxUnixchgrp
0 likes · 10 min read
Master Linux File Permissions: chown, chgrp, and chmod Explained
360 Quality & Efficiency
360 Quality & Efficiency
Sep 24, 2019 · Fundamentals

Understanding Linux File Permissions and User Groups

This article explains the concepts of Linux user groups and file permissions, demonstrates how to create groups and users, and provides detailed command examples (groupadd, useradd, chgrp, chown, chmod) for managing ownership and access rights on files and directories.

File PermissionsLinuxUser Groups
0 likes · 7 min read
Understanding Linux File Permissions and User Groups
MaGe Linux Operations
MaGe Linux Operations
May 30, 2018 · Operations

Master Linux File Permissions: chown, chgrp, and chmod Explained

This guide walks through Linux's three identity classes and permission types, explains the output of ls -al, and provides detailed syntax and examples for changing owners with chown, groups with chgrp, and permissions with chmod using both symbolic and numeric methods.

LinuxSystem Administrationchgrp
0 likes · 9 min read
Master Linux File Permissions: chown, chgrp, and chmod Explained
MaGe Linux Operations
MaGe Linux Operations
Feb 20, 2017 · Fundamentals

Master Linux chattr and chgrp: Control File Attributes and Groups

This guide explains the Linux chattr and chgrp commands, detailing their syntax, available options, and practical examples for modifying file attributes and group ownership, including how to set immutable, append‑only, and other flags, as well as recursive operations and version handling.

Linuxchattrchgrp
0 likes · 5 min read
Master Linux chattr and chgrp: Control File Attributes and Groups