Is there any way to get rid of restrictions?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
-1
down vote

favorite
1












I'm somewhat newbie, so sorry to ask this silly question.
I have recently installed Ubuntu and have a big problem. Whenever I want to do a small task i have to enter the user password e.g. Telegram won't open unless you run the sudo command in terminal and it gets the permissions, or Arduino is more disturbing and there, too, I need so much permissions! My actual problem is finding an easy way to controll these permissions!







share|improve this question

















  • 1




    No, your actual problem is in "problem reporting". What's a "small task"? What version of Ubuntu?
    – waltinator
    9 hours ago










  • Maybe you're right! In the given example, i need read and write access to /dev/ttyusb* but it won't work anyway unless i run the command sudo arduino or the other situation sudo telegram-desktop ...
    – mmafsahri
    9 hours ago











  • Regarding serial permissions, have a look at this Q&A. When it comes to telegram, find out where it stores the user profile, and check the permissions of this.
    – vidarlo
    9 hours ago






  • 2




    You shall not run Arduino as root (see last paragraph of this answer), you shall not run Telegram as root. It is very likely that you messed your permissions in home folder - revert back them with sudo chown $USER:$USER -R /home/$USER and in future use graphical user applications an normal user (without sudo).
    – N0rbert
    8 hours ago







  • 1




    @N0rbert good call :-) :-)
    – Rinzwind
    8 hours ago
















up vote
-1
down vote

favorite
1












I'm somewhat newbie, so sorry to ask this silly question.
I have recently installed Ubuntu and have a big problem. Whenever I want to do a small task i have to enter the user password e.g. Telegram won't open unless you run the sudo command in terminal and it gets the permissions, or Arduino is more disturbing and there, too, I need so much permissions! My actual problem is finding an easy way to controll these permissions!







share|improve this question

















  • 1




    No, your actual problem is in "problem reporting". What's a "small task"? What version of Ubuntu?
    – waltinator
    9 hours ago










  • Maybe you're right! In the given example, i need read and write access to /dev/ttyusb* but it won't work anyway unless i run the command sudo arduino or the other situation sudo telegram-desktop ...
    – mmafsahri
    9 hours ago











  • Regarding serial permissions, have a look at this Q&A. When it comes to telegram, find out where it stores the user profile, and check the permissions of this.
    – vidarlo
    9 hours ago






  • 2




    You shall not run Arduino as root (see last paragraph of this answer), you shall not run Telegram as root. It is very likely that you messed your permissions in home folder - revert back them with sudo chown $USER:$USER -R /home/$USER and in future use graphical user applications an normal user (without sudo).
    – N0rbert
    8 hours ago







  • 1




    @N0rbert good call :-) :-)
    – Rinzwind
    8 hours ago












up vote
-1
down vote

favorite
1









up vote
-1
down vote

favorite
1






1





I'm somewhat newbie, so sorry to ask this silly question.
I have recently installed Ubuntu and have a big problem. Whenever I want to do a small task i have to enter the user password e.g. Telegram won't open unless you run the sudo command in terminal and it gets the permissions, or Arduino is more disturbing and there, too, I need so much permissions! My actual problem is finding an easy way to controll these permissions!







share|improve this question













I'm somewhat newbie, so sorry to ask this silly question.
I have recently installed Ubuntu and have a big problem. Whenever I want to do a small task i have to enter the user password e.g. Telegram won't open unless you run the sudo command in terminal and it gets the permissions, or Arduino is more disturbing and there, too, I need so much permissions! My actual problem is finding an easy way to controll these permissions!









share|improve this question












share|improve this question




share|improve this question








edited 8 hours ago









VishnuVS

32




32









asked 9 hours ago









mmafsahri

114




114







  • 1




    No, your actual problem is in "problem reporting". What's a "small task"? What version of Ubuntu?
    – waltinator
    9 hours ago










  • Maybe you're right! In the given example, i need read and write access to /dev/ttyusb* but it won't work anyway unless i run the command sudo arduino or the other situation sudo telegram-desktop ...
    – mmafsahri
    9 hours ago











  • Regarding serial permissions, have a look at this Q&A. When it comes to telegram, find out where it stores the user profile, and check the permissions of this.
    – vidarlo
    9 hours ago






  • 2




    You shall not run Arduino as root (see last paragraph of this answer), you shall not run Telegram as root. It is very likely that you messed your permissions in home folder - revert back them with sudo chown $USER:$USER -R /home/$USER and in future use graphical user applications an normal user (without sudo).
    – N0rbert
    8 hours ago







  • 1




    @N0rbert good call :-) :-)
    – Rinzwind
    8 hours ago












  • 1




    No, your actual problem is in "problem reporting". What's a "small task"? What version of Ubuntu?
    – waltinator
    9 hours ago










  • Maybe you're right! In the given example, i need read and write access to /dev/ttyusb* but it won't work anyway unless i run the command sudo arduino or the other situation sudo telegram-desktop ...
    – mmafsahri
    9 hours ago











  • Regarding serial permissions, have a look at this Q&A. When it comes to telegram, find out where it stores the user profile, and check the permissions of this.
    – vidarlo
    9 hours ago






  • 2




    You shall not run Arduino as root (see last paragraph of this answer), you shall not run Telegram as root. It is very likely that you messed your permissions in home folder - revert back them with sudo chown $USER:$USER -R /home/$USER and in future use graphical user applications an normal user (without sudo).
    – N0rbert
    8 hours ago







  • 1




    @N0rbert good call :-) :-)
    – Rinzwind
    8 hours ago







1




1




No, your actual problem is in "problem reporting". What's a "small task"? What version of Ubuntu?
– waltinator
9 hours ago




No, your actual problem is in "problem reporting". What's a "small task"? What version of Ubuntu?
– waltinator
9 hours ago












Maybe you're right! In the given example, i need read and write access to /dev/ttyusb* but it won't work anyway unless i run the command sudo arduino or the other situation sudo telegram-desktop ...
– mmafsahri
9 hours ago





Maybe you're right! In the given example, i need read and write access to /dev/ttyusb* but it won't work anyway unless i run the command sudo arduino or the other situation sudo telegram-desktop ...
– mmafsahri
9 hours ago













Regarding serial permissions, have a look at this Q&A. When it comes to telegram, find out where it stores the user profile, and check the permissions of this.
– vidarlo
9 hours ago




Regarding serial permissions, have a look at this Q&A. When it comes to telegram, find out where it stores the user profile, and check the permissions of this.
– vidarlo
9 hours ago




2




2




You shall not run Arduino as root (see last paragraph of this answer), you shall not run Telegram as root. It is very likely that you messed your permissions in home folder - revert back them with sudo chown $USER:$USER -R /home/$USER and in future use graphical user applications an normal user (without sudo).
– N0rbert
8 hours ago





You shall not run Arduino as root (see last paragraph of this answer), you shall not run Telegram as root. It is very likely that you messed your permissions in home folder - revert back them with sudo chown $USER:$USER -R /home/$USER and in future use graphical user applications an normal user (without sudo).
– N0rbert
8 hours ago





1




1




@N0rbert good call :-) :-)
– Rinzwind
8 hours ago




@N0rbert good call :-) :-)
– Rinzwind
8 hours ago










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Got my answer!
The permissions in my home folder was completely messed up!
I used sudo chown $USER:$USER -R /home to reset the settings!
And I used the complete instructions on this link for Arduino installation and problem regarding serial permissions solved! "umake" did the work!



Special thanks to @N0rbert






share|improve this answer





















    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f1062332%2fis-there-any-way-to-get-rid-of-restrictions%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Got my answer!
    The permissions in my home folder was completely messed up!
    I used sudo chown $USER:$USER -R /home to reset the settings!
    And I used the complete instructions on this link for Arduino installation and problem regarding serial permissions solved! "umake" did the work!



    Special thanks to @N0rbert






    share|improve this answer

























      up vote
      1
      down vote













      Got my answer!
      The permissions in my home folder was completely messed up!
      I used sudo chown $USER:$USER -R /home to reset the settings!
      And I used the complete instructions on this link for Arduino installation and problem regarding serial permissions solved! "umake" did the work!



      Special thanks to @N0rbert






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Got my answer!
        The permissions in my home folder was completely messed up!
        I used sudo chown $USER:$USER -R /home to reset the settings!
        And I used the complete instructions on this link for Arduino installation and problem regarding serial permissions solved! "umake" did the work!



        Special thanks to @N0rbert






        share|improve this answer













        Got my answer!
        The permissions in my home folder was completely messed up!
        I used sudo chown $USER:$USER -R /home to reset the settings!
        And I used the complete instructions on this link for Arduino installation and problem regarding serial permissions solved! "umake" did the work!



        Special thanks to @N0rbert







        share|improve this answer













        share|improve this answer



        share|improve this answer











        answered 8 hours ago









        mmafsahri

        114




        114






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062332%2fis-there-any-way-to-get-rid-of-restrictions%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491