Crates.io | chmod-conversion |
lib.rs | chmod-conversion |
version | 0.1.4 |
source | src |
created_at | 2024-01-29 12:37:35.5615 |
updated_at | 2024-01-31 12:24:18.040462 |
description | Chmod conversion tool |
homepage | https://github.com/harrysharma1/rust-chmod |
repository | https://github.com/harrysharma1/rust-chmod |
max_upload_size | |
id | 1118835 |
size | 15,618 |
This is a simple command line tool that I made for practicing rust.
You can install this by running:
cargo install chmod-convesion
$ chmod-conversion s rwx--x--x
711
$ chmod-conversion symbolic_to_octal rwx--x--x
711
$ chmod-conversion o 127
--x-w-rwx
$ chmod-conversion octal_to_symbolic 127
--x-w-rwx