Is there any way to get rid of restrictions?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
-1
down vote
favorite
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!
permissions
 |Â
show 1 more comment
up vote
-1
down vote
favorite
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!
permissions
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 withsudo 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
 |Â
show 1 more comment
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
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!
permissions
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!
permissions
edited 8 hours ago
![](https://i.stack.imgur.com/WPyt4.jpg?s=32&g=1)
![](https://i.stack.imgur.com/WPyt4.jpg?s=32&g=1)
VishnuVS
32
32
asked 9 hours ago
![](https://lh4.googleusercontent.com/-ZrLzE1E6KL4/AAAAAAAAAAI/AAAAAAAAAAc/nZJVrIeUvmY/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-ZrLzE1E6KL4/AAAAAAAAAAI/AAAAAAAAAAc/nZJVrIeUvmY/photo.jpg?sz=32)
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 withsudo 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
 |Â
show 1 more comment
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 withsudo 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
 |Â
show 1 more comment
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
answered 8 hours ago
![](https://lh4.googleusercontent.com/-ZrLzE1E6KL4/AAAAAAAAAAI/AAAAAAAAAAc/nZJVrIeUvmY/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-ZrLzE1E6KL4/AAAAAAAAAAI/AAAAAAAAAAc/nZJVrIeUvmY/photo.jpg?sz=32)
mmafsahri
114
114
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
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