Skip to content

Bug? umask does not seem to be respected #26026

Answered by Chuxel
twpayne asked this question in Codespaces
Discussion options

You must be logged in to vote

We can provide an update here, but here’s a workaround for you near term.

  1. Go to the workspace root
  2. Run the following commands
sudo apt-get update
sudo apt-get install acl
sudo chown -R $(whoami) .
sudo setfacl -bnR .

That will remove the ACL and make sure you’re the owner of all files. At that point the umask should be respected.

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies

This comment was marked as disruptive content.

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies

This comment was marked as disruptive content.

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies
Answer selected

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants