Tagged articles
78 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Apr 20, 2026 · Operations

How to Recover a Broken chmod Command After Setting Permissions to 000

When a mistaken chmod 000 renders the chmod binary unusable, this guide explains why the error occurs and walks through six practical recovery methods—including Perl, Python, scp, busybox, LD_PRELOAD, and LiveCD—plus preventive tips to avoid repeating the mistake.

BusyBoxLD_PRELOADLinux
0 likes · 7 min read
How to Recover a Broken chmod Command After Setting Permissions to 000
Raymond Ops
Raymond Ops
Dec 11, 2025 · Operations

Unlock the Full Power of Linux Permissions: A Complete 12‑Bit Guide for Sysadmins

This article explains why misconfigured Linux permissions cause security incidents, breaks down the 12‑bit permission model—including file type, owner/group/others bits and special SUID, SGID, and sticky bits—provides numeric examples, real‑world case studies, advanced techniques like umask, ACLs, batch changes, and offers best‑practice security recommendations and troubleshooting tips.

ACLLinuxPermissions
0 likes · 10 min read
Unlock the Full Power of Linux Permissions: A Complete 12‑Bit Guide for Sysadmins
Raymond Ops
Raymond Ops
Nov 9, 2025 · Operations

Master Linux Permissions: From su and sudo to chmod and Sticky Bit

This guide explains Linux permission concepts, the role of the shell, how to switch users with su, grant temporary root rights using sudo, modify file and directory permissions with chmod, manage ownership with chown/chgrp, and secure shared directories with the sticky bit.

LinuxPermissionsShell
0 likes · 19 min read
Master Linux Permissions: From su and sudo to chmod and Sticky Bit
Raymond Ops
Raymond Ops
Oct 18, 2025 · Operations

Master Linux Permissions: Root, Users, Groups, chmod & chown Explained

This guide explores Linux system management fundamentals, detailing the role of the root user, how to create and modify users and groups, examine file permission structures, and use essential commands such as sudo, chmod, and chown to control access and ownership on files and directories.

$rootLinuxPermissions
0 likes · 8 min read
Master Linux Permissions: Root, Users, Groups, chmod & chown Explained
Raymond Ops
Raymond Ops
Oct 5, 2025 · Fundamentals

Unlock Linux Permissions: Master Users, Groups, and Access Controls

This guide explores Linux permissions in depth, covering the shell, root and regular user roles, switching users with su, using sudo for privilege escalation, interpreting rwx permission bits, managing file and directory permissions with chmod and chown, understanding umask defaults, and configuring sticky bits for shared directories.

LinuxPermissionsShell
0 likes · 14 min read
Unlock Linux Permissions: Master Users, Groups, and Access Controls
Raymond Ops
Raymond Ops
Sep 27, 2025 · Operations

Unlock Linux File Permissions: A Complete Guide to Managing Access Rights

This article explains Linux file permission concepts, numeric and symbolic representations, how to combine and modify permissions with chmod (including recursive changes), ownership categories, testing permission effects on files and directories, and default permission settings derived from umask.

LinuxOperationsPermissions
0 likes · 6 min read
Unlock Linux File Permissions: A Complete Guide to Managing Access Rights
Raymond Ops
Raymond Ops
Sep 4, 2025 · Operations

Master Linux Permissions: Soar Like an Eagle with Essential Commands

This comprehensive Linux tutorial walks you through permission fundamentals, user types, switching users, sudo usage, permission symbols, octal notation, and practical commands such as chmod, chown, chgrp, umask, and the sticky bit to secure and manage your system effectively.

LinuxPermissionsSudo
0 likes · 14 min read
Master Linux Permissions: Soar Like an Eagle with Essential Commands
Liangxu Linux
Liangxu Linux
Aug 19, 2025 · Operations

Master Linux Permissions: From Basic rwx to SUID, ACL, and Hidden Attributes

This guide explains Linux file and directory permissions, covering basic rwx modes, numeric and symbolic chmod, ownership changes with chown/chgrp, special bits like SUID/SGID/SBIT, umask calculations, hidden attributes via chattr/lsattr, ACL management with setfacl/getfacl, and sudo configuration for secure privilege escalation.

ACLLinuxPermissions
0 likes · 51 min read
Master Linux Permissions: From Basic rwx to SUID, ACL, and Hidden Attributes
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Operations

Master Linux File Permissions: From Basics to Advanced Management

This guide explains Linux file permissions, covering the three basic rights (read, write, execute), user and group classifications, symbolic and octal representations, file type symbols, and essential commands like chmod, chown, chgrp, umask, and the sticky bit, with practical examples and usage tips.

chmodchownsticky bit
0 likes · 9 min read
Master Linux File Permissions: From Basics to Advanced Management
Open Source Linux
Open Source Linux
Aug 14, 2025 · Operations

Master Linux Permissions: From Basics to Advanced Management

This comprehensive guide walks readers from the fundamental concept of Linux permissions—role and object attributes—to practical commands like chmod, chown, su, and sudo, covering symbolic and octal modes, umask defaults, directory nuances, and best‑practice security measures for system administrators and users alike.

PermissionsSudochmod
0 likes · 15 min read
Master Linux Permissions: From Basics to Advanced Management
Liangxu Linux
Liangxu Linux
Jul 22, 2025 · Fundamentals

Master Linux Permissions: Users, Groups, chmod, chown, and Sticky Bit Explained

This guide thoroughly explains Linux permission concepts, covering root vs. regular users, role-based access (owner, group, others), file type indicators, numeric and symbolic chmod usage, chown/chgrp ownership changes, default umask behavior, directory permissions, and the sticky bit for shared directories.

Permissionschmodchown
0 likes · 11 min read
Master Linux Permissions: Users, Groups, chmod, chown, and Sticky Bit Explained
Liangxu Linux
Liangxu Linux
Jul 9, 2025 · Fundamentals

Master Linux Permissions: From Basics to Advanced Control

This guide walks you through Linux permission fundamentals, covering user categories, switching users, sudo usage, permission representation, file types, basic rwx bits, octal notation, and how to modify permissions with chmod, chown, chgrp, umask, as well as directory sticky bits.

PermissionsSudochmod
0 likes · 11 min read
Master Linux Permissions: From Basics to Advanced Control
Liangxu Linux
Liangxu Linux
Jul 2, 2025 · Fundamentals

Master Linux Permissions: su, sudo, chmod, chown, and Sticky Bit Explained

This guide walks through Linux permission fundamentals, covering the shell interpreter, user vs. root accounts, switching users with su and sudo, the meaning of read/write/execute bits, how to modify permissions using chmod, chown, chgrp, the role of umask, and the sticky bit for shared directories.

PermissionsSudochmod
0 likes · 16 min read
Master Linux Permissions: su, sudo, chmod, chown, and Sticky Bit Explained
Open Source Linux
Open Source Linux
Jul 2, 2025 · Fundamentals

Master Linux Permissions: Complete Guide for Beginners

This comprehensive tutorial explains Linux permission concepts, user classifications, file type symbols, basic read/write/execute rights, numeric and symbolic representations, essential commands like chmod, chown, chgrp, and umask, as well as special permissions such as the sticky bit, providing clear examples and usage tips for effective system administration.

LinuxPermissionschmod
0 likes · 11 min read
Master Linux Permissions: Complete Guide for Beginners
Raymond Ops
Raymond Ops
Jun 22, 2025 · Operations

Master Linux Permissions: From chmod to SUID, ACLs and sudo

This guide explains Linux file permission fundamentals, covering owner/group/other rights, chmod and chown usage, umask defaults, special bits like SUID/SGID/Sticky, ACL management, sudo configuration, and essential system commands for effective operations.

ACLLinuxPermissions
0 likes · 23 min read
Master Linux Permissions: From chmod to SUID, ACLs and sudo
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2025 · Fundamentals

Master Linux Permissions: From Basics to Advanced Control

This guide walks you through Linux permission fundamentals, user roles, switching users with su and sudo, permission representation, file types, octal notation, and essential commands like chmod, chown, chgrp, umask, and the sticky bit, empowering you to manage system security confidently.

PermissionsSudochmod
0 likes · 13 min read
Master Linux Permissions: From Basics to Advanced Control
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2025 · Operations

Master Linux Permissions: User Switching, sudo, chmod, umask & Sticky Bit Explained

This comprehensive guide explains Linux permissions, covering the roles of root and regular users, how to switch users with su, elevate privileges with sudo, manage file and directory access using chmod, chown, chgrp, understand default permission masks with umask, and secure shared directories with the sticky bit, complete with practical command examples and explanations.

PermissionsShellSudo
0 likes · 14 min read
Master Linux Permissions: User Switching, sudo, chmod, umask & Sticky Bit Explained
Open Source Linux
Open Source Linux
Apr 21, 2025 · Information Security

Master Linux File Permissions: Basics, SetUID, SetGID & Sticky Bits

This guide explains Linux file permission concepts, from basic read/write/execute rights and numeric representations to advanced SetUID, SetGID, sticky bits, default umask settings, ownership changes, and ACL strategies, with practical chmod examples and command-line demonstrations.

ACLLinuxchmod
0 likes · 17 min read
Master Linux File Permissions: Basics, SetUID, SetGID & Sticky Bits
Liangxu Linux
Liangxu Linux
Apr 19, 2025 · Fundamentals

Master Linux File Permissions: From Basics to Advanced ACLs

This guide explains Linux file permissions, covering basic concepts, rwx and numeric representations, chmod usage, advanced permissions like setuid, setgid and sticky bits, default umask settings, ownership management, and ACL extensions with practical command examples and step‑by‑step demonstrations.

ACLPermissionschmod
0 likes · 17 min read
Master Linux File Permissions: From Basics to Advanced ACLs
MaGe Linux Operations
MaGe Linux Operations
Apr 4, 2025 · Operations

Master Linux Permissions: From Basics to Advanced chmod Tricks

This guide explains Linux file permission concepts, including the numeric permission model, owner/group/other breakdown, how to combine permissions, use of the chmod command with examples, ownership symbols, testing permissions for users and directories, and default permission settings derived from umask.

PermissionsSystem Administrationchmod
0 likes · 6 min read
Master Linux Permissions: From Basics to Advanced chmod Tricks
Liangxu Linux
Liangxu Linux
Feb 23, 2025 · Operations

Master Linux File Permissions: From Basics to SetUID, SetGID, and Sticky Bits

This guide explains Linux file permissions, covering the meaning of rwx bits, the UGO model, how to view and modify permissions with ls and chmod (both symbolic and numeric forms), advanced bits like setuid, setgid and sticky, default permissions controlled by umask, ownership changes with chown/chgrp, and an introduction to ACLs for fine‑grained access control.

ACLLinuxPermissions
0 likes · 19 min read
Master Linux File Permissions: From Basics to SetUID, SetGID, and Sticky Bits
Liangxu Linux
Liangxu Linux
Feb 17, 2025 · Operations

Master Linux File Permissions: From Basics to Advanced ACLs

This guide explains Linux file permissions, covering basic read/write/execute rights, symbolic and numeric chmod usage, advanced bits like setuid, setgid and sticky, default umask settings, ownership changes with chown/chgrp, and ACL management with setfacl/getfacl, all illustrated with practical command examples.

ACLLinuxPermissions
0 likes · 18 min read
Master Linux File Permissions: From Basics to Advanced ACLs
Liangxu Linux
Liangxu Linux
Feb 10, 2025 · Information Security

Master Linux File Permissions: From Basic rwx to Advanced ACLs

This guide explains Linux file and directory permissions, numeric and symbolic representations, special bits like SUID/SGID/sticky, ownership changes with chown/chgrp, default umask behavior, and detailed ACL usage with practical examples and command snippets.

ACLLinuxPermissions
0 likes · 27 min read
Master Linux File Permissions: From Basic rwx to Advanced ACLs
Liangxu Linux
Liangxu Linux
Jan 23, 2025 · Fundamentals

Master Linux File Permissions: rwx, chmod, umask, and ACL Explained

This guide walks through Linux file permissions, explaining the meaning of rwx bits, the UGO model, how to modify permissions with chmod using symbolic and numeric forms, advanced bits like setuid/setgid/sticky, default permissions controlled by umask, ownership changes with chown/chgrp, and fine‑grained ACL management, all with concrete command examples.

ACLFile PermissionsLinux
0 likes · 17 min read
Master Linux File Permissions: rwx, chmod, umask, and ACL Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 2, 2025 · Fundamentals

Master Linux File Permissions: From Basics to Advanced ACLs

This guide explains Linux file permissions, covering the concepts of read, write, and execute rights, symbolic and numeric representations, the chmod command, special bits like setuid, setgid, and sticky, default permissions controlled by umask, ownership management with chown/chgrp, and an introduction to ACLs for fine‑grained access control.

ACLFile PermissionsLinux
0 likes · 20 min read
Master Linux File Permissions: From Basics to Advanced ACLs
MaGe Linux Operations
MaGe Linux Operations
Dec 24, 2024 · Information Security

Master Linux File Permissions: From Basics to Advanced ACLs

This guide explains Linux file permissions, covering the concepts of read, write, and execute bits, the UGO model, symbolic and numeric chmod usage, advanced bits like setuid, setgid, sticky, default permissions via umask, ownership changes, and an introduction to ACLs.

ACLFile PermissionsLinux
0 likes · 22 min read
Master Linux File Permissions: From Basics to Advanced ACLs
php Courses
php Courses
Oct 14, 2024 · Backend Development

Using PHP chmod() to Set File Permissions

This article explains how to use PHP's chmod() function to change file permissions, describes permission masks, provides the syntax and a practical example that sets a file's mode to 644, and includes the full PHP code snippet.

BackendFile PermissionsPHP
0 likes · 3 min read
Using PHP chmod() to Set File Permissions
Liangxu Linux
Liangxu Linux
May 6, 2024 · Information Security

Master Linux File & Directory Permissions: Commands, Examples, and Best Practices

This guide explains Linux file and directory permission concepts, shows how to view, interpret, and modify permissions using numeric and symbolic modes, manage owners and groups, apply special bits and ACLs, locate and fix issues, and implement regular audits for secure system administration.

ACLFile PermissionsSysadmin
0 likes · 7 min read
Master Linux File & Directory Permissions: Commands, Examples, and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Apr 14, 2024 · Fundamentals

Master Linux File Permissions: From chmod to ACL and umask

This guide explains Linux file permission concepts—including owner, group, and others permissions, numeric and symbolic representations, default settings, the role of umask, and advanced features like ACLs, special bits, and immutable attributes—while providing practical command examples for managing files and directories securely.

ACLFile PermissionsLinux
0 likes · 21 min read
Master Linux File Permissions: From chmod to ACL and umask
Liangxu Linux
Liangxu Linux
Mar 19, 2024 · Fundamentals

Master Linux Shell, Users, and Permissions: A Complete Guide

This article explains the role of the Linux shell as a command interpreter, details user and group concepts, describes file permission bits and their symbolic and octal representations, and provides practical examples of chmod, chown, chgrp, umask, and sticky‑bit usage for managing access control.

LinuxPermissionsShell
0 likes · 12 min read
Master Linux Shell, Users, and Permissions: A Complete Guide
MaGe Linux Operations
MaGe Linux Operations
Sep 7, 2023 · Fundamentals

Master Linux Shell Commands and Permission Management: A Complete Guide

This article explains how the Linux shell works, why users interact with the kernel through a shell, and provides a detailed walkthrough of Linux permission concepts, file types, symbolic and octal representations, and practical commands like chmod, chown, chgrp, and umask for managing access control.

File PermissionsLinuxShell
0 likes · 13 min read
Master Linux Shell Commands and Permission Management: A Complete Guide
Liangxu Linux
Liangxu Linux
Dec 13, 2022 · Fundamentals

Master Linux Shell and Permissions: From Basics to Advanced Control

This guide explains Linux shell fundamentals, how the shell interacts with the kernel, user and file permission concepts, command examples for switching users, modifying permissions with chmod, ownership with chown, group with chgrp, the role of umask, and the sticky bit for secure directory management.

File PermissionsLinuxShell
0 likes · 14 min read
Master Linux Shell and Permissions: From Basics to Advanced Control
Liangxu Linux
Liangxu Linux
Dec 1, 2022 · Fundamentals

Understanding Linux Shell Mechanics and Permission Management

This article explains how the Linux shell works as an interface to the kernel, describes user and group concepts, details file types and permission representations, and provides step‑by‑step guidance on using chmod, chown, chgrp, umask, and sticky bits to manage access control.

LinuxPermissionsShell
0 likes · 10 min read
Understanding Linux Shell Mechanics and Permission Management
Liangxu Linux
Liangxu Linux
Nov 26, 2022 · Operations

Master Linux Shell Commands and Permissions: A Practical Guide

This article explains the fundamentals of Linux shells, how they interact with the kernel, and provides a detailed walkthrough of user and file permissions, including symbolic and octal representations, common commands like chmod, chown, chgrp, umask, and the sticky bit for directory security.

LinuxPermissionsShell
0 likes · 13 min read
Master Linux Shell Commands and Permissions: A Practical Guide
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
Efficient Ops
Efficient Ops
Apr 11, 2021 · Operations

Essential Safety Checklist for Dangerous Linux Commands

This guide outlines critical precautions and best‑practice tips for executing risky Linux commands—such as rm, chmod, cat, dd, tar, and MySQL—by verifying environments, backing up data, using safe aliases, and avoiding common pitfalls that can cause catastrophic data loss.

BackupLinuxOperations
0 likes · 8 min read
Essential Safety Checklist for Dangerous Linux Commands
Liangxu Linux
Liangxu Linux
Jan 11, 2021 · Operations

How to Create and Run Executable Bash Scripts on Linux

This guide walks you through creating a .sh Bash script, adding a simple “Hello World” program, granting execute permission with chmod, and running it directly or via sh/bash, plus a practical backup script example that archives /var/log using tar.

Backup ScriptBashShell scripting
0 likes · 4 min read
How to Create and Run Executable Bash Scripts on Linux
Liangxu Linux
Liangxu Linux
Nov 5, 2020 · Fundamentals

Master Linux File Permissions: A Complete Guide to Using chmod

This tutorial explains Linux file and directory permissions, the chmod command syntax, numeric and symbolic modes, and provides step‑by‑step examples—including recursive changes, reference files, and selective execution—so readers can confidently manage access rights on any Unix‑like system.

Sysadminchmodcommand-line
0 likes · 10 min read
Master Linux File Permissions: A Complete Guide to Using chmod
ITPUB
ITPUB
Oct 29, 2020 · Fundamentals

Mastering Linux chmod: A Complete Guide to File Permission Management

This tutorial explains Linux file permissions, the chmod command syntax, numeric and symbolic modes, recursive options, and practical examples, enabling readers to confidently view, modify, and troubleshoot permissions for files and directories.

File PermissionsUnixchmod
0 likes · 10 min read
Mastering Linux chmod: A Complete Guide to File Permission Management
ITPUB
ITPUB
Oct 26, 2020 · Operations

Master Linux File Permissions: A Complete Guide to Using chmod

This tutorial explains the Linux chmod command, covering the permission model, how to view permissions with ls -l, numeric and symbolic notations, recursive changes, reference files, and multiple practical examples to help you manage file and directory access securely.

File PermissionsLinuxSystem Administration
0 likes · 11 min read
Master Linux File Permissions: A Complete Guide to Using chmod
Liangxu Linux
Liangxu Linux
Oct 25, 2020 · Operations

Master Linux File Permissions: A Hands‑On Guide to Using chmod

This tutorial explains the Linux chmod command, covering permission basics, how to view permissions with ls‑l, numeric and symbolic modes, recursive changes, reference files, and special cases like applying execute rights only to directories, all with clear examples and command syntax.

File PermissionsLinuxSystem Administration
0 likes · 11 min read
Master Linux File Permissions: A Hands‑On Guide to Using chmod
Laravel Tech Community
Laravel Tech Community
Sep 19, 2020 · Backend Development

PHP chmod Function: Changing File Permissions

The PHP chmod function changes a file's permission mode by specifying the file path and an octal mode value, returning true on success and false on failure, with detailed parameter descriptions and multiple code examples illustrating correct and incorrect usage.

BackendFilesystemchmod
0 likes · 3 min read
PHP chmod Function: Changing File Permissions
DevOps Cloud Academy
DevOps Cloud Academy
Jun 26, 2020 · Operations

Linux File and Directory Permission Management Tutorial

This tutorial explains Linux file and directory permission management, covering permission categories, how to view, add, revoke, and recursively apply permissions using commands such as ls, chmod, and demonstrates permission notation with examples.

File PermissionsLinuxOperations
0 likes · 3 min read
Linux File and Directory Permission Management Tutorial
Liangxu Linux
Liangxu Linux
Feb 5, 2020 · Operations

Master Linux File Permissions: Symbolic & Numeric chmod Guide

This article explains Linux file permission concepts, the meaning of permission bits, file types, how to interpret ls -l output, and provides practical examples of using chmod in both symbolic and numeric modes to control access for owners, groups, and others.

File PermissionsLinuxchmod
0 likes · 6 min read
Master Linux File Permissions: Symbolic & Numeric chmod Guide
Liangxu Linux
Liangxu Linux
Jan 26, 2020 · Fundamentals

Master Essential Linux Commands: wget, scp, ssh-keygen, chmod, tar

This tutorial introduces six indispensable Linux command‑line tools—wget, scp, ssh‑keygen, chmod, tar, and alias—explaining their purpose, common options, and practical examples such as downloading files, transferring data securely, managing permissions, creating archives, and simplifying repetitive commands.

chmodcommand-linescp
0 likes · 8 min read
Master Essential Linux Commands: wget, scp, ssh-keygen, chmod, tar
ITPUB
ITPUB
Jan 9, 2020 · Fundamentals

Master Essential Unix Commands: wget, scp, ssh-keygen, chmod, tar & Aliases

This guide walks experienced command‑line users through six essential Unix utilities—wget, scp, ssh-keygen, chmod, tar, and alias—explaining their purpose, key options, and practical examples such as downloading files, secure copying, key generation, permission management, archiving, and command shortcuts.

AliasUnixchmod
0 likes · 8 min read
Master Essential Unix Commands: wget, scp, ssh-keygen, chmod, tar & Aliases
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
ITPUB
ITPUB
Jul 6, 2018 · Fundamentals

Master Linux File Permissions: Decode ls -l, chmod, and Links

This guide explains Linux file ownership, interprets the detailed output of ls -l, clarifies permission bits, distinguishes symbolic and hard links, and demonstrates how to change owners and permissions using both numeric and symbolic methods.

File PermissionsHard LinkLinux
0 likes · 8 min read
Master Linux File Permissions: Decode ls -l, chmod, and Links
DevOps Cloud Academy
DevOps Cloud Academy
Jun 12, 2018 · Operations

Multiple Ways to Execute Shell Scripts and Manage Permissions

This article explains five methods to run a shell script—interpreter, relative and absolute path execution, dot sourcing, and the source command—demonstrates required permission settings, and provides a concise overview of Linux permission concepts and chmod usage for script execution.

chmodexecutionscript
0 likes · 4 min read
Multiple Ways to Execute Shell Scripts and Manage Permissions
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
Aug 29, 2016 · Operations

Master Linux File Permissions: A Hands‑On Guide to Using chmod

This tutorial explains how to view and modify Linux/Unix file permissions using the chmod command, covering numeric and symbolic modes, common options, and multiple practical examples ranging from simple read‑only settings to recursive directory permission changes.

File PermissionsLinuxUnix
0 likes · 12 min read
Master Linux File Permissions: A Hands‑On Guide to Using chmod
MaGe Linux Operations
MaGe Linux Operations
Aug 3, 2016 · Fundamentals

Master Linux File Permissions: From chmod to umask Explained

This article explains the importance of Linux file and directory permissions, details how permission bits work, demonstrates using octal and symbolic notation with chmod, chown, and chgrp, and shows how umask determines default permissions for newly created files and directories.

LinuxPermissionschmod
0 likes · 15 min read
Master Linux File Permissions: From chmod to umask Explained