Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
702 stars 74 forks source link

Having problem with permissions #72

Open Mrbuubs opened 7 months ago

Mrbuubs commented 7 months ago

Hi, I am new to linux. How I can give the permissions to download at opt folder??

Qengineering commented 7 months ago

In most cases with the prefix sudo.

Mrbuubs commented 7 months ago

I tried to use sudo but it says I should be a root user

Qengineering commented 7 months ago

I'm not sure want you exactly want to do. You can try sudo su. Now you are root user (administrator). Use exit to leave this mode.