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

Wrote perms script (fixed #6) #15

Closed
wants to merge 1 commit into from
Closed

Conversation

ArshiaAdhya
Copy link

FIXES #6

I've written a plain Bash script to list the permissions of given files in octal format.
The script checks if at least one file is provided as an argument, and then it loops through each file to retrieve its permissions using the 'stat' command. Finally, it outputs the permissions in the specified format.
PR1

@rootCircle
Copy link
Member

Clean! LGTM, accepted 👍 Thanks for your first contribution

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

Successfully merging this pull request may close these issues.

Write perms script.
2 participants