Best practice to run VS code with permissions to read, delete, create and modify files in...

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Why is consensus so controversial in Britain?

Why is the 'in' operator throwing an error with a string literal instead of logging false?

Should I tell management that I intend to leave due to bad software development practices?

How to show the equivalence between the regularized regression and their constraint formulas using KKT

Is the Joker left-handed?

I would say: "You are another teacher", but she is a woman and I am a man

Where does SFDX store details about scratch orgs?

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Is it legal for company to use my work email to pretend I still work there?

prove that the matrix A is diagonalizable

Watching something be written to a file live with tail

Neighboring nodes in the network

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

Blender 2.8 I can't see vertices, edges or faces in edit mode

Doing something right before you need it - expression for this?

Does a druid starting with a bow start with no arrows?

How can saying a song's name be a copyright violation?

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Why does Arabsat 6A need a Falcon Heavy to launch

Do I have a twin with permutated remainders?

Forgetting the musical notes while performing in concert

Will google still index a page if I use a $_SESSION variable?

Were any external disk drives stacked vertically?



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;
}







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.









share





























    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.









    share

























      0












      0








      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.









      share














      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





      share












      share










      share



      share










      asked 5 mins ago









      Adam GAdam G

      114




      114






















          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
          });


          }
          });














          draft saved

          draft discarded


















          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
















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...