Make 50unattended-upgrades writable
I'm trying to follow this guide to setup automatic security updates to my server:
https://www.howtoforge.com/tutorial/how-to-setup-automatic-security-updates-on-ubuntu-1604/
I'm at step 2 and trying to update the 50unattended-upgrades but this file is unwriteable. How can I make this file writeable so I can update it based on the guide?
18.04 updates security
add a comment |
I'm trying to follow this guide to setup automatic security updates to my server:
https://www.howtoforge.com/tutorial/how-to-setup-automatic-security-updates-on-ubuntu-1604/
I'm at step 2 and trying to update the 50unattended-upgrades but this file is unwriteable. How can I make this file writeable so I can update it based on the guide?
18.04 updates security
1
That is an awful tutorial, likely to cause more problems than it solves. Unattended Upgrades is already installed in Ubuntu 16.04, already enabled (unless you disabled it), and already set up for security upgrades only. All that most 16.04 users need to do is to turn it back on using the Software & Updates control panel.
– user535733
Jan 22 at 16:24
add a comment |
I'm trying to follow this guide to setup automatic security updates to my server:
https://www.howtoforge.com/tutorial/how-to-setup-automatic-security-updates-on-ubuntu-1604/
I'm at step 2 and trying to update the 50unattended-upgrades but this file is unwriteable. How can I make this file writeable so I can update it based on the guide?
18.04 updates security
I'm trying to follow this guide to setup automatic security updates to my server:
https://www.howtoforge.com/tutorial/how-to-setup-automatic-security-updates-on-ubuntu-1604/
I'm at step 2 and trying to update the 50unattended-upgrades but this file is unwriteable. How can I make this file writeable so I can update it based on the guide?
18.04 updates security
18.04 updates security
asked Jan 22 at 15:09
user1048676user1048676
1576
1576
1
That is an awful tutorial, likely to cause more problems than it solves. Unattended Upgrades is already installed in Ubuntu 16.04, already enabled (unless you disabled it), and already set up for security upgrades only. All that most 16.04 users need to do is to turn it back on using the Software & Updates control panel.
– user535733
Jan 22 at 16:24
add a comment |
1
That is an awful tutorial, likely to cause more problems than it solves. Unattended Upgrades is already installed in Ubuntu 16.04, already enabled (unless you disabled it), and already set up for security upgrades only. All that most 16.04 users need to do is to turn it back on using the Software & Updates control panel.
– user535733
Jan 22 at 16:24
1
1
That is an awful tutorial, likely to cause more problems than it solves. Unattended Upgrades is already installed in Ubuntu 16.04, already enabled (unless you disabled it), and already set up for security upgrades only. All that most 16.04 users need to do is to turn it back on using the Software & Updates control panel.
– user535733
Jan 22 at 16:24
That is an awful tutorial, likely to cause more problems than it solves. Unattended Upgrades is already installed in Ubuntu 16.04, already enabled (unless you disabled it), and already set up for security upgrades only. All that most 16.04 users need to do is to turn it back on using the Software & Updates control panel.
– user535733
Jan 22 at 16:24
add a comment |
1 Answer
1
active
oldest
votes
That tutorial is written expecting you to be using the root
user which is by-default locked. Run the vim
command it specifies with sudo
- sudo vim 50unattended-upgrades
. You'll need to do similar with other "edit files" commands.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1111984%2fmake-50unattended-upgrades-writable%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
That tutorial is written expecting you to be using the root
user which is by-default locked. Run the vim
command it specifies with sudo
- sudo vim 50unattended-upgrades
. You'll need to do similar with other "edit files" commands.
add a comment |
That tutorial is written expecting you to be using the root
user which is by-default locked. Run the vim
command it specifies with sudo
- sudo vim 50unattended-upgrades
. You'll need to do similar with other "edit files" commands.
add a comment |
That tutorial is written expecting you to be using the root
user which is by-default locked. Run the vim
command it specifies with sudo
- sudo vim 50unattended-upgrades
. You'll need to do similar with other "edit files" commands.
That tutorial is written expecting you to be using the root
user which is by-default locked. Run the vim
command it specifies with sudo
- sudo vim 50unattended-upgrades
. You'll need to do similar with other "edit files" commands.
answered Jan 22 at 15:11
Thomas Ward♦Thomas Ward
44.7k23124177
44.7k23124177
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1111984%2fmake-50unattended-upgrades-writable%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
1
That is an awful tutorial, likely to cause more problems than it solves. Unattended Upgrades is already installed in Ubuntu 16.04, already enabled (unless you disabled it), and already set up for security upgrades only. All that most 16.04 users need to do is to turn it back on using the Software & Updates control panel.
– user535733
Jan 22 at 16:24