Skip to content

Visual chmod. Don't have to remember all of the chmod values anymore

License

Notifications You must be signed in to change notification settings

1234567Yang/vchmod

Repository files navigation

vchmod

Intro

v - visual
vchmod - visual chmod

No need to remember 700, 777, 000, 600, 644 anymore...

[user-c@**** vchmod]$ ./vchmod test.txt

q - Quit; Enter - Save; Arrows - Move/Switch; a - Allowed

     User      Group     Other
     R W X     R W X     R W X
     - - -     - - -     - - -     |     Oct:   0

[user-c@**** vchmod]$ cat test.txt
cat: test.txt: Permission denied
[user-c@**** vchmod]$ ./vchmod test.txt

q - Quit; Enter - Save; Arrows - Move/Switch; a - Allowed

     User      Group     Other
     R W X     R W X     R W X
     a a -     - - -     - - -     |     Oct: 600

[user-c@**** vchmod]$ echo "Hello, World!" > test.txt
[user-c@**** vchmod]$ cat test.txt
Hello, World!
[user-c@**** vchmod]$

Quick start

  • Clone
  • gcc -o vchmod *.c

About

Visual chmod. Don't have to remember all of the chmod values anymore

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published