I’m getting uconsole and I’m setting it up, and I’m using raspberry for the first time.
I was able to delete icons etc in Windows, but uconsole is not able to delete them, and the reason is that I don’t have permission.
I’m the owner and user, so why don’t I have root permission?
How do I get root permission in the current situation of using raspberries for the first time?
If I have root permission, can I delete icons or other files?
run command with sudo in terminal ike
$ sudo whoami
or you can have a root session via:
$ sudo su -
1 Like
thank you. I did it .
1 Like