Man page - chmod-calc(1)
Packages contas this manual
- lsmod-deterministic(8)
- ld-system-preload-disable(8)
- anon-consensus-del(8)
- dummy-dependency(8)
- dpkg-noninteractive(8)
- leaktest(8)
- apparmor-watch(8)
- upgrade-nonroot(8)
- str_replace(1)
- stdisplay(1)
- unicode-show(1)
- limit-low(1)
- apt-get-noninteractive(8)
- limit-medium(1)
- chmod-calc(1)
- apparmor-info(8)
- pwchange(8)
Package: helper-scripts
apt-get install helper-scripts
apt-get install helper-scripts
Manuals in package:
Documentations in package:
Manual
| CHMOD-CALC(1) | helper-scripts Manual | CHMOD-CALC(1) |
NAME
chmod-calc - Comprehensive File and Directory Inspection Tool
SYNOPSIS
chmod-calc <file_path>
DESCRIPTION
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
RETURN VALUES
- 0 Successfully retrieved and displayed file information.
- 1 File not found or an error occurred.
EXAMPLE
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
AUTHOR
This man page has been written by Patrick Schleizer (adrelanos@whonix.org).
| January 2020 | helper-scripts |