Man page - chmod-calc(1)

Packages contas this manual

Manual

CHMOD-CALC(1) helper-scripts Manual CHMOD-CALC(1)

chmod-calc - Comprehensive File and Directory Inspection Tool

chmod-calc <file_path>

chmod-calc is a comprehensive file and directory inspection tool that consolidates various Linux command functionalities into a single utility. It displays detailed information about a file or directory, including:

  • Basic permissions (Owner, Group, Public)
  • Octal representation of permissions
  • File type (Regular File, Directory, Symlink, Hardlink, etc.)
  • Owner and group information
  • Access Control Lists (ACLs) status
  • Extended attributes (xattr) status
  • Linux capabilities (getcap)
  • Immutable attribute (chattr +i)
  • File size and link count
  • Special attributes (SUID, SGID, Sticky Bit)
  • Hidden file detection

  • 0 Successfully retrieved and displayed file information.
  • 1 File not found or an error occurred.

chmod-calc ./example_file

Permissions for: ./example_file
Type: Regular File
Owner: user   Group: user
Octal Permissions: 644
File Size: 123 bytes
Link Count: 1
Hidden File: No
ACLs: none
Extended Attributes: none
Capabilities: None
Immutable (chattr +i): No
Category   Read   Write   Execute
Owner      Yes    Yes     No
Group      Yes    No      No
Public     Yes    No      No
Special Attributes:
SUID: Not Set
SGID: Not Set
Sticky Bit: Not Set

This man page has been written by Patrick Schleizer (adrelanos@whonix.org).

January 2020 helper-scripts