Skip to content

harrysharma1/rust-chmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-chmod-conversion

tests

What this is

This is a simple command line tool that I made for practicing rust.

How to install

You can install this by running:

cargo install chmod-convesion

How to use

Convert from Symbolic to Octal

$ chmod-conversion s rwx--x--x
711
$ chmod-conversion symbolic_to_octal rwx--x--x
711

Conver from Octal to Symbolic

$ chmod-conversion o 127
--x-w-rwx
$ chmod-conversion octal_to_symbolic 127
--x-w-rwx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages