-
Notifications
You must be signed in to change notification settings - Fork 262
Python script to convert Chmod permission to Symbolic/Numerical notations #571
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @schezfaz thanks for the contribution, the script works fine I just have two suggestions:
-
Please uncommit the requirements.txt file as no external library is used here and add a screenshot of the script when executed through the command line. So you will have to make some changes in the Readme file also.
-
Please remove the extra space from the end of the file and just give one space there, 2 spaces must be given before the functions.
Hey @AdityaJ7! Apologies for the addition of the requirements.txt haha, force of habit. Please have another look, have incorporated the requested changes!! |
No problem, Good job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!
Since this is a beginner-friendly repository, could you include what CHMOD is and some brief description about it? Attach references, if required!
Hi @tusharnankani! Sure, makes sense. Have added a small brief on what CHMOD is and its representation. LMKWYT! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍🏻
Great work @schezfaz
Python World does not accept pull requests on this repository anymore. |
Description
A python script to convert CHMOD permissions from its symbolic notation to its numerical notation and vice versa.
Fixes #494
Type of change
Checklist:
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.