Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can the dwg file be protected?

Status
Not open for further replies.

limct

Mechanical
Joined
Jan 27, 2003
Messages
134
Location
HK
Can the dwg file be protected just like the Microsoft xls or doc file? Meaning any attemp to overwrite the file is not possible unless one use "save as" and under different file name.

Thanks!

Best regards,
ct
 
limct,

Permissions are usually handled on an operating system level. People can have read/write/execute rights to files. Moreover, these are divided up among owner, group, and other. So it is possible prevent people from not writing to your dwg file, but read it only. You can add them to a group to allow writing to a certain project dwg. This is useful when working with projects or groups of engineers.

To change the permissions (in windows) right click and change it appropriately. In unix use chmod ugo+rw-x.

Hopes this helps.

mfelzien
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top