Quote:
Originally Posted by Dabon
Can we change the mod (chmod 755/777)
1) Using mxrvt installed on the internal memory
2) Should we have to use Putty and SSH on the iliad to connect to the iliad root system and be able to make the change
3) Can we simply apply chmod 755 on the usb stick, under Ubuntu and using the terminal...
|
If you want to change rights e.g. on a ext2 formatted USB stick all three ways are OK. mrvxt does not have to be installed on internal memory, it also works from e.g. USB or CF card. Just open a console and do a
Code:
chmod 0755 /whatever/your/file
If you want to change rights on iLiad's root partition you would have to go with 1. or 2. as the internal root partition is not exported over USB.
But not to confuse anyone: USB sticks, CF or SD cards are usually formatted with a FAT filesystem, and a chmod is not necessary there (it doesn't even work, so don't bother

)