Tag

chgrp

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Jul 12, 2023 · Fundamentals

Understanding Linux File Permissions, Ownership, and How to Use chown, chgrp, and chmod

This article explains Linux's multi‑user permission model, describing file type symbols, numeric and symbolic permission representations, and provides practical examples of using chown, chgrp, and chmod to manage file ownership and access rights.

File PermissionsLinuxSystem Administration
0 likes · 7 min read
Understanding Linux File Permissions, Ownership, and How to Use chown, chgrp, and chmod
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.

File PermissionsUnixbackend
0 likes · 2 min read
PHP chgrp Function: Change File Group Ownership
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