Best practice to run VS code with permissions to read, delete, create and modify files in /var/www/html?Default file permissions for php user www-dataError after upgrading Bugzilla from 4.0 to 4.0.2permissions for SugarCRM in /var/www/html/Cannot create file in /var/www/htmlEditing Folder permissions for var/www/htmlSetting correct permissions on var/www/html/Permission denied when trying to write a file from bash script run from www-dataPermission issues - cannot write www-data:www-data /var/wwwChanging permissions for /var/www/htmlOpening an IDE with write, delete & read permissions?
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
How do conventional missiles fly?
Watching something be written to a file live with tail
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Why doesn't H₄O²⁺ exist?
In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?
What exploit are these user agents trying to use?
How to show the equivalence between the regularized regression and their constraint formulas using KKT
How can I make my BBEG immortal short of making them a Lich or Vampire?
Why is Collection not simply treated as Collection<?>
Can one be a co-translator of a book, if he does not know the language that the book is translated into?
Why do I get two different answers for this counting problem?
Western buddy movie with a supernatural twist where a woman turns into an eagle at the end
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
Why can't we play rap on piano?
What mechanic is there to disable a threat instead of killing it?
Arrow those variables!
Infinite Abelian subgroup of infinite non Abelian group example
Neighboring nodes in the network
How to draw the figure with four pentagons?
What is the most common color to indicate the input-field is disabled?
How do I write bicross product symbols in latex?
How to say in German "enjoying home comforts"
Best practice to run VS code with permissions to read, delete, create and modify files in /var/www/html?
Default file permissions for php user www-dataError after upgrading Bugzilla from 4.0 to 4.0.2permissions for SugarCRM in /var/www/html/Cannot create file in /var/www/htmlEditing Folder permissions for var/www/htmlSetting correct permissions on var/www/html/Permission denied when trying to write a file from bash script run from www-dataPermission issues - cannot write www-data:www-data /var/wwwChanging permissions for /var/www/htmlOpening an IDE with write, delete & read permissions?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
So I've been told not to run VS code as sudo, or any application for that matter because the way Ubuntu's model system works is you should have to elevate permissions.
The best piece of advice I've been given is
sudo chmod -R 777 /var/www/html/
But apparently, even this isn't a good way, so how exactly are we supposed to do it? I haven't met a question yet that actually explains. I don't want to go and learn the whole permission system as I am using Ubuntu for one day and don't see a need to spend over an hour learning it.
permissions 18.10
add a comment |
So I've been told not to run VS code as sudo, or any application for that matter because the way Ubuntu's model system works is you should have to elevate permissions.
The best piece of advice I've been given is
sudo chmod -R 777 /var/www/html/
But apparently, even this isn't a good way, so how exactly are we supposed to do it? I haven't met a question yet that actually explains. I don't want to go and learn the whole permission system as I am using Ubuntu for one day and don't see a need to spend over an hour learning it.
permissions 18.10
add a comment |
So I've been told not to run VS code as sudo, or any application for that matter because the way Ubuntu's model system works is you should have to elevate permissions.
The best piece of advice I've been given is
sudo chmod -R 777 /var/www/html/
But apparently, even this isn't a good way, so how exactly are we supposed to do it? I haven't met a question yet that actually explains. I don't want to go and learn the whole permission system as I am using Ubuntu for one day and don't see a need to spend over an hour learning it.
permissions 18.10
So I've been told not to run VS code as sudo, or any application for that matter because the way Ubuntu's model system works is you should have to elevate permissions.
The best piece of advice I've been given is
sudo chmod -R 777 /var/www/html/
But apparently, even this isn't a good way, so how exactly are we supposed to do it? I haven't met a question yet that actually explains. I don't want to go and learn the whole permission system as I am using Ubuntu for one day and don't see a need to spend over an hour learning it.
permissions 18.10
permissions 18.10
asked 1 hour ago
Adam GAdam G
114
114
add a comment |
add a 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%2f1131331%2fbest-practice-to-run-vs-code-with-permissions-to-read-delete-create-and-modify%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%2f1131331%2fbest-practice-to-run-vs-code-with-permissions-to-read-delete-create-and-modify%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