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

[Feature Request]: check/ck_umask: check if current umask is equal to given value or one of the given list #79

Open
1 task done
aronchanisme opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
function/check priority/p0 priority p0 type/feature propose a new feature request
Milestone

Comments

@aronchanisme
Copy link
Collaborator

Is there an existing issue for the feature request?

  • I have checked the existing issues.

Feature Description

check if current umask is equal to given value or one of the given list

usage: 
check/ck_umask.sh <umask_list>, where,
umask_list: umask list, seperated by comma, e.g. 0022,0027

example:
check/ck_umask.sh 0022,0027
check/ck_umask.sh 0022

output:
return 0: if current umask is in given list
return 1: if current umask is not in given list

Feature Implementation

Linux:

current_umask=`umask` #0022

Mac:

current_umask=`umask` #022

Additional information

https://blog.csdn.net/frdevolcqzyxynjds/article/details/120200231

@aronchanisme aronchanisme added priority/p0 priority p0 type/feature propose a new feature request function/check labels Oct 23, 2024
@aronchanisme aronchanisme added this to the mo_ctl 2.0 milestone Oct 23, 2024
@aronchanisme aronchanisme self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
function/check priority/p0 priority p0 type/feature propose a new feature request
Projects
None yet
Development

No branches or pull requests

1 participant