0

I'm somewhat newbie, so sorry to ask this silly question. I have recently installed Ubuntu 18. I have two problems with permissions. First of all, Telegram won't open unless you run the sudo command in terminal and it gets the permissions! And the second, after installing Arduino, I need so much permissions! But i get the error message Permission denied; and i have changed the user group to "dialot" but still get the same error!

Please help ...!

1 Answers1

2

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