readonly for root ( -i flag disabled ) The 2019 Stack Overflow Developer Survey Results Are InHow do I make a file NOT modifiable?Readonly in mounted partition's rootAdding files to Linux readonly-rootMake file in linux readonlyVim Error 'E212: Cannot open file for writing', when trying to create new files outside of home dirReadonly file and can't change permissionsMake readonly /etc writeableDrive in readonly, after cryptsetuprootfs readonly vs overlayfsReadonly flag after error: why does Kernel detect an error?
Multiply Two Integer Polynomials
Can one be advised by a professor who is very far away?
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
During Temple times, who can butcher a kosher animal?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Aging parents with no investments
Can a flute soloist sit?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Why not take a picture of a closer black hole?
Deal with toxic manager when you can't quit
Have you ever entered Singapore using a different passport or name?
What do the Banks children have against barley water?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Apparent duplicates between Haynes service instructions and MOT
What is the meaning of the verb "bear" in this context?
Are spiders unable to hurt humans, especially very small spiders?
Can you compress metal and what would be the consequences?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
Can someone be penalized for an "unlawful" act if no penalty is specified?
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
Delete all lines which don't have n characters before delimiter
How technical should a Scrum Master be to effectively remove impediments?
What is the accessibility of a package's `Private` context variables?
Earliest use of the term "Galois extension"?
readonly for root ( -i flag disabled )
The 2019 Stack Overflow Developer Survey Results Are InHow do I make a file NOT modifiable?Readonly in mounted partition's rootAdding files to Linux readonly-rootMake file in linux readonlyVim Error 'E212: Cannot open file for writing', when trying to create new files outside of home dirReadonly file and can't change permissionsMake readonly /etc writeableDrive in readonly, after cryptsetuprootfs readonly vs overlayfsReadonly flag after error: why does Kernel detect an error?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
here's my problem : a friend set me a readonly bad wallpaper on ubuntu gnome. I want to change it. : )
I found the file i have to modify : /etc/dconf/db/local.d/locks/00_default-wallpaper
but when I open it with vim, I can see at the bottom : [readonly]
and when I attempt to modify it, it writes : E212 : Can’t open file for writing
I'm logged as root and have already disabled the immutable flag with chattr.
linux root readonly
New contributor
add a comment |
here's my problem : a friend set me a readonly bad wallpaper on ubuntu gnome. I want to change it. : )
I found the file i have to modify : /etc/dconf/db/local.d/locks/00_default-wallpaper
but when I open it with vim, I can see at the bottom : [readonly]
and when I attempt to modify it, it writes : E212 : Can’t open file for writing
I'm logged as root and have already disabled the immutable flag with chattr.
linux root readonly
New contributor
add a comment |
here's my problem : a friend set me a readonly bad wallpaper on ubuntu gnome. I want to change it. : )
I found the file i have to modify : /etc/dconf/db/local.d/locks/00_default-wallpaper
but when I open it with vim, I can see at the bottom : [readonly]
and when I attempt to modify it, it writes : E212 : Can’t open file for writing
I'm logged as root and have already disabled the immutable flag with chattr.
linux root readonly
New contributor
here's my problem : a friend set me a readonly bad wallpaper on ubuntu gnome. I want to change it. : )
I found the file i have to modify : /etc/dconf/db/local.d/locks/00_default-wallpaper
but when I open it with vim, I can see at the bottom : [readonly]
and when I attempt to modify it, it writes : E212 : Can’t open file for writing
I'm logged as root and have already disabled the immutable flag with chattr.
linux root readonly
linux root readonly
New contributor
New contributor
edited 2 days ago
Rui F Ribeiro
42k1483142
42k1483142
New contributor
asked 2 days ago
voilavoila
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
1) log in as root
2) cd to /etc/dconf/db/local.d/
3) issue the command 'chmod 777 00_default-wallpaper'
4) use wallpaper
I have already done that
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
voila is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511311%2freadonly-for-root-i-flag-disabled%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
1) log in as root
2) cd to /etc/dconf/db/local.d/
3) issue the command 'chmod 777 00_default-wallpaper'
4) use wallpaper
I have already done that
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
add a comment |
1) log in as root
2) cd to /etc/dconf/db/local.d/
3) issue the command 'chmod 777 00_default-wallpaper'
4) use wallpaper
I have already done that
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
add a comment |
1) log in as root
2) cd to /etc/dconf/db/local.d/
3) issue the command 'chmod 777 00_default-wallpaper'
4) use wallpaper
1) log in as root
2) cd to /etc/dconf/db/local.d/
3) issue the command 'chmod 777 00_default-wallpaper'
4) use wallpaper
answered 2 days ago
QasimQasim
2112
2112
I have already done that
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
add a comment |
I have already done that
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
I have already done that
– voila
yesterday
I have already done that
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
it prints : operation not permitted
– voila
yesterday
add a comment |
voila is a new contributor. Be nice, and check out our Code of Conduct.
voila is a new contributor. Be nice, and check out our Code of Conduct.
voila is a new contributor. Be nice, and check out our Code of Conduct.
voila is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511311%2freadonly-for-root-i-flag-disabled%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-linux, readonly, root