Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write perms script. #6

Open
umeshSinghVerma opened this issue Mar 14, 2024 · 2 comments
Open

Write perms script. #6

umeshSinghVerma opened this issue Mar 14, 2024 · 2 comments

Comments

@umeshSinghVerma
Copy link
Contributor

Write a simple script which lists the permission of given files in their octal format.

e.g.

$ perms weather ../README.md
775 weather
664 ../README.md

After writing script send a PR mentioning this issue by putting "#" in your PR (optionally also in the commit).

@mrkeshav-05
Copy link

hey, @umeshSinghVerma I would like to work on this issue kindly assign this issue to me.

Sidharth-Singh10 added a commit to Sidharth-Singh10/bash-practice-repo-24 that referenced this issue Mar 14, 2024
aryamagarwal added a commit to aryamagarwal/bash-practice-repo-24 that referenced this issue Mar 15, 2024
M-ayank2005 added a commit to M-ayank2005/bash-practice-repo-24 that referenced this issue Mar 16, 2024
Script giving permission for a file in octal format
M-ayank2005 added a commit to M-ayank2005/bash-practice-repo-24 that referenced this issue Mar 16, 2024
A bash script to print the permissions of a file in octal format
@rootCircle
Copy link
Member

hi @mrkeshav-05 I appreciate your enthusiasm, but as you can see this is an open for all issue, what it simply means is anyone can come and make a PR on that before getting it assigned! So, I will say all the best and go ahead with your implementation/PRs if you haven't done it yet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment