Tag

chown

1 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
Python Programming Learning Circle
Python Programming Learning Circle
Mar 26, 2021 · Operations

Understanding Linux File Permissions, Ownership, ACL, Sudo and Special Attributes

This article explains Linux file and directory permission types, how to view and modify them with commands such as ls, chmod, chown, chgrp, umask, setfacl, sudo, and chattr, and describes special permission bits like SetUID, SetGID, Sticky Bit and immutable attributes.

ACLFile PermissionsLinux
0 likes · 19 min read
Understanding Linux File Permissions, Ownership, ACL, Sudo and Special Attributes
Laravel Tech Community
Laravel Tech Community
Sep 22, 2020 · Backend Development

PHP chown() Function: Changing File Ownership

The article explains PHP's chown() function, detailing its purpose, syntax, parameters, return values, and provides a complete example with code and expected output for changing a file's owner on a server.

backendchownfile-permissions
0 likes · 2 min read
PHP chown() Function: Changing File 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