Link to home
Start Free TrialLog in
Avatar of kfna_it
kfna_it

asked on

I need user Create new Files But cant't delete Files/folders

Hi experts

I am looking to let user to Create new Files  without deleting Files/folders (in Shard Folder)

when i remove the check mark from (delete /delete subfolders and files) Bo  ---they can create new foder/files but they cant rename

so the folder will name as (new folder)

Also when i change and save on any word file ---> we will have TEMP file .tmp --->so that , they can't  delete it later

Are there any solutions to that ??

regards
jarrash
Avatar of tplehman
tplehman

what you want is CVS.  this lets users make changes at will and takes care of the hard work of merging those changes into the latest version, even when multiple users commit changes that conflict with each other, and you can ALWAYS restore a prevoius version.  If you are talking windows then maybe you need to look into Offline files/ Shadow Copies and you also may want to look into Information Rights Management at :
http://office.microsoft.com/en-us/assistance/HA010397891033.aspx

hope that helps.
If you are looking for a CVS solution , then I can guide.

And sometimes following solutions might help for you.

https://www.experts-exchange.com/questions/21809974/cvs-cannot-connect-via-wincvs.html
https://www.experts-exchange.com/questions/21797872/Zend-Studio-How-to-work-with-CVS.html

BR Dushan
Avatar of kfna_it

ASKER

tplehman
Dushan911

thanks...

--------------------
I am mean that

How Can i do Permissions to have

Create  New File/folder with reneming
without delete them??


Avatar of Tolomir
This seems to be possible.

select folder - security settings - advanced button

in advanced security settings, add the group you want to apply the settings for:
apply to: this folder and subfolders

allow traverse folder/execute file
allow create files/write date
allow create folders/append data
--- everything else will be blank.

also select the checkbox 'apply to folders and files within this container only' near the bottom.

when you OK this, this will show as special permissions (the default RWXD checkboxes will be blank)

@sr1xxon:  Ok but then you cannot rename files, try it!

Especially word is unable to safe files. Because it creates a files with a temporary name and renames that when you hit save and give it a name.

Tolomir
renaming in terms of windows security is essentially (a) create new file, (b) copy contents to new file, (c) delete old file.
doing exactly what you want isn't possible without allowing delete permission: hopefully my solution will get you close to what you want.

or set a hidden temp directory for word that the users have RWXD access to.
Well sr1xxon, open word, type some lines and try to save it in a such prepered folder, word will fail.

You will get a protocol file C:\Documents and Settings\Administrator\Local Settings\Temp\wecerr.txt with such a content:

05/29/2006 13:34:29
The server unexpectedly closed the connection.

and 2 files in your prepered folder like: Doc1.doc (destination name); fsa58.tmp temp. name of your document.

So as said, while using programs like word, this solution is not usable.

Tolomir


ASKER CERTIFIED SOLUTION
Avatar of CetusMOD
CetusMOD
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial