8000 mkdir: does not respect umask · Issue #3119 · uutils/coreutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mkdir: does not respect umask #3119

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

Closed
jfinkels opened this issue Feb 12, 2022 · 4 comments · Fixed by #3150
Closed

mkdir: does not respect umask #3119

jfinkels opened this issue Feb 12, 2022 · 4 comments · Fixed by #3150
Labels

Comments

@jfinkels
Copy link
Collaborator

GNU mkdir:

$ umask 000
$ mkdir a
$ ls -ld a
drwxrwxrwx 2 jeffrey jeffrey 4096 Feb 11 22:11 a

uutils mkdir:

$ umask 000
$ ./target/debug/mkdir a
$ ls -ld a
drwxr-xr-x 2 jeffrey jeffrey 4096 Feb 11 22:11 a
@sylvestre
Copy link
Contributor

Should not be hard to fix :)

@TheDoctor314
Copy link

Hi! I'd like to work on this.

@tertsdiepraam
Copy link
Member

Sure! Go ahead!

@Shinyzenith
Copy link

I'm still new to rust, but I will try my hand at this.

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

Successfully merging a pull request may close this issue.

5 participants
0