Opening an IDE with write, delete & read permissions?
Just installed Ubuntu 18.10 and I have realized that when trying to open VS code and save a file it will throw a permission denied error. It also does this when trying to delete files, not only write to them.
I understand you could launch the application as sudo but I've been told this is not advised, could someone tell me what the best way to do this is, without breaking any major rules?
It's my first time with Ubuntu and I've only tried using it as I was told its pretty neat for web development, apologies if this is a novice question and has an easy answer.
permissions 18.10
|
show 1 more comment
Just installed Ubuntu 18.10 and I have realized that when trying to open VS code and save a file it will throw a permission denied error. It also does this when trying to delete files, not only write to them.
I understand you could launch the application as sudo but I've been told this is not advised, could someone tell me what the best way to do this is, without breaking any major rules?
It's my first time with Ubuntu and I've only tried using it as I was told its pretty neat for web development, apologies if this is a novice question and has an easy answer.
permissions 18.10
Where do you want to save the file? How did you install VS Code?
– AlexP
Jan 8 at 1:54
I installed VS code in the Ubuntu Software application, I'm trying to saveindex.phpin/var/www/html, the document root for my website.
– Adam G
Jan 8 at 1:54
And does your user have access to/var/www/html? By default, that directory belongs toroot.
– AlexP
Jan 8 at 1:56
How would I check that? I have an admin account if that's what you mean, I am the only user on the computer, made during the installation.
– Adam G
Jan 8 at 1:57
1
Perhaps relevant: How do file permissions work? and How to avoid using sudo when working in /var/www?
– steeldriver
Jan 8 at 2:01
|
show 1 more comment
Just installed Ubuntu 18.10 and I have realized that when trying to open VS code and save a file it will throw a permission denied error. It also does this when trying to delete files, not only write to them.
I understand you could launch the application as sudo but I've been told this is not advised, could someone tell me what the best way to do this is, without breaking any major rules?
It's my first time with Ubuntu and I've only tried using it as I was told its pretty neat for web development, apologies if this is a novice question and has an easy answer.
permissions 18.10
Just installed Ubuntu 18.10 and I have realized that when trying to open VS code and save a file it will throw a permission denied error. It also does this when trying to delete files, not only write to them.
I understand you could launch the application as sudo but I've been told this is not advised, could someone tell me what the best way to do this is, without breaking any major rules?
It's my first time with Ubuntu and I've only tried using it as I was told its pretty neat for web development, apologies if this is a novice question and has an easy answer.
permissions 18.10
permissions 18.10
asked Jan 8 at 1:51
Adam GAdam G
113
113
Where do you want to save the file? How did you install VS Code?
– AlexP
Jan 8 at 1:54
I installed VS code in the Ubuntu Software application, I'm trying to saveindex.phpin/var/www/html, the document root for my website.
– Adam G
Jan 8 at 1:54
And does your user have access to/var/www/html? By default, that directory belongs toroot.
– AlexP
Jan 8 at 1:56
How would I check that? I have an admin account if that's what you mean, I am the only user on the computer, made during the installation.
– Adam G
Jan 8 at 1:57
1
Perhaps relevant: How do file permissions work? and How to avoid using sudo when working in /var/www?
– steeldriver
Jan 8 at 2:01
|
show 1 more comment
Where do you want to save the file? How did you install VS Code?
– AlexP
Jan 8 at 1:54
I installed VS code in the Ubuntu Software application, I'm trying to saveindex.phpin/var/www/html, the document root for my website.
– Adam G
Jan 8 at 1:54
And does your user have access to/var/www/html? By default, that directory belongs toroot.
– AlexP
Jan 8 at 1:56
How would I check that? I have an admin account if that's what you mean, I am the only user on the computer, made during the installation.
– Adam G
Jan 8 at 1:57
1
Perhaps relevant: How do file permissions work? and How to avoid using sudo when working in /var/www?
– steeldriver
Jan 8 at 2:01
Where do you want to save the file? How did you install VS Code?
– AlexP
Jan 8 at 1:54
Where do you want to save the file? How did you install VS Code?
– AlexP
Jan 8 at 1:54
I installed VS code in the Ubuntu Software application, I'm trying to save
index.php in /var/www/html, the document root for my website.– Adam G
Jan 8 at 1:54
I installed VS code in the Ubuntu Software application, I'm trying to save
index.php in /var/www/html, the document root for my website.– Adam G
Jan 8 at 1:54
And does your user have access to
/var/www/html? By default, that directory belongs to root.– AlexP
Jan 8 at 1:56
And does your user have access to
/var/www/html? By default, that directory belongs to root.– AlexP
Jan 8 at 1:56
How would I check that? I have an admin account if that's what you mean, I am the only user on the computer, made during the installation.
– Adam G
Jan 8 at 1:57
How would I check that? I have an admin account if that's what you mean, I am the only user on the computer, made during the installation.
– Adam G
Jan 8 at 1:57
1
1
Perhaps relevant: How do file permissions work? and How to avoid using sudo when working in /var/www?
– steeldriver
Jan 8 at 2:01
Perhaps relevant: How do file permissions work? and How to avoid using sudo when working in /var/www?
– steeldriver
Jan 8 at 2:01
|
show 1 more comment
0
active
oldest
votes
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%2f1107856%2fopening-an-ide-with-write-delete-read-permissions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1107856%2fopening-an-ide-with-write-delete-read-permissions%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
Where do you want to save the file? How did you install VS Code?
– AlexP
Jan 8 at 1:54
I installed VS code in the Ubuntu Software application, I'm trying to save
index.phpin/var/www/html, the document root for my website.– Adam G
Jan 8 at 1:54
And does your user have access to
/var/www/html? By default, that directory belongs toroot.– AlexP
Jan 8 at 1:56
How would I check that? I have an admin account if that's what you mean, I am the only user on the computer, made during the installation.
– Adam G
Jan 8 at 1:57
1
Perhaps relevant: How do file permissions work? and How to avoid using sudo when working in /var/www?
– steeldriver
Jan 8 at 2:01