[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can not set execute permission to file in usb storage media with fat32 format



> I want to execute some script file in usb storage media with fat32 format,
> but I can not set execute permission to them with "chown +x". What shall I
> do?

I don't think "chown +x" is possible on an alien FS.
On my usb stick with FAT32, all files look like they're executables.

You might simply use:

$ . ./script_file

Manon.


Reply to: