We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a situation where /etc/resolv.conf has already been marked as immutable, and the bash script is run again, it will give the error below:
/etc/resolv.conf
$ sudo sh ./run.sh rm: cannot remove '/etc/resolv.conf': Operation not permitted cp: cannot create regular file '/etc/resolv.conf': Operation not permitted WSL name resolution configured Restart WSL on Windows: "wsl --shudown"
The text was updated successfully, but these errors were encountered:
epomatti
No branches or pull requests
In a situation where
/etc/resolv.conf
has already been marked as immutable, and the bash script is run again, it will give the error below:The text was updated successfully, but these errors were encountered: