Skip to content

sfodje/chmodulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

chmodulator

A command-line script for deciphering linux permisions

Installation

Download relevant executable from here

Usage

$ chmodulator 0655
-rw-r-xr-x
0655
Owner: rw
Group: rx
Other: rx
$ chmodulator -rwxr--r--
-rwxr--r--
0744
Owner: rwx
Group: r
Other: r
$ chmodulator -owner=rwx -group=r-- -other=r--
-rwxr--r--
0744
Owner: rwx
Group: r
Other: r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages