You are here

Only allow files to be read, no permissions to write, copy or delete

4 posts / 0 new
Last post
razstec
Offline
Last seen: 9 years 5 months ago
Joined: 2014-11-07 05:38
Only allow files to be read, no permissions to write, copy or delete

Hi all,

I need an app that allow users to read documents in usb but dont let them write, copy or delete, the file would be in a hidden folder in the usb device.

Any ideas?

Thanks

Lord_Theren
Lord_Theren's picture
Offline
Last seen: 2 years 4 months ago
Joined: 2013-10-24 16:11
You could just set a document

You could just set a document to read-only. This will completely disable the ability to edit the document and you can do it when you save the document, no external apps required.

The two most important days of your life are the day you are born and the day you find out why.

ottosykora
Offline
Last seen: 3 weeks 2 days ago
Joined: 2007-10-11 17:48
document or filesystem?

There is a need to differentiate between protecting the contents of the document and pretecting the file at file system level.

To protect the contents of a document, it depend on the format, MS office documents can be protected on different levels, open, modify etc. This does mean the content.

However to protect a file in the file system, the file system itself would have to provide rights management for it. One set the archive or write protect bit also on the file, but this is in fact just a kind of flag, this can be removed again.

Problem with usb drives might be that when they are formated as FAT32, there is no real rights management existing at file system level.
If someone needs to use NTFS, which would support rights management, then this is applicable to certain user or user group and this will work only with the proper windows management also connected, means on that particular computer where those users or groups are set up and such usb drive will therefore notbe portable any more.

Otto Sykora
Basel, Switzerland

razstec
Offline
Last seen: 9 years 5 months ago
Joined: 2014-11-07 05:38
the file itself is fix but

the file itself is fix but now the big problem is with excel files, i can block edit, save but i cant prevent users from selecting the content and copy to a new spreadsheet :s

Log in or register to post comments