Skip to content

v1.0.0

Latest

Choose a tag to compare

@solarcosmic solarcosmic released this 03 Jan 04:53
· 1 commit to master since this release

v1.0.0

  • Initial release!

chkprm_demo

Use chkprm le> to see the three main permissions for a file (user, group, other).

Installation

Copied from the original README.

Releases

You can install chkprm via the binary in the latest releases page.
Then, you can run ./chkprm to view usage. If that doesn't work, try doing chmod +x chkprm, then run ./chkprm.

To make chkprm globally available (without having to reference it directly), you can move the binary to somewhere in your PATH. By default, you should be able to drag and drop (or symlink) the binary into /usr/local/bin, and then restart any open terminals/shells.

Building

Alternatively, you can build it from source using Rust, Cargo, and Git:

git clone https://github.com/solarcosmic/chkprm.git

cd chkprm
cargo build --releasee

The binary "chkprm" should then be located in the target/debug directory.