access to SD card

Started by Lukas Mistr, November 25, 2014, 05:08:29 PM

Previous topic - Next topic

Lukas Mistr

How should I allow access to the SD card in my computer? Trying to load the program into the folder / home / examples, but I do not know how to enable in the Linux OS access permissions as root.

MBR

You probably need the chmod command to add write permisson to yoursel, e.g. chmod +w /your/directory, or adduser command, e.g. adduser user group, to ad itself to a grou with permited write access.