- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: permissions -- plz help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 05:14 AM
02-09-2005 05:14 AM
permissions -- plz help
how can i implement the permissions on the folder(say c:\data) so that users
0, Read the file(s)
1, cant delete the file(s)
2, cant delete the contents(previously written data) of the file(s)
3, but they can append the in the file(s) i.e they cant change/remove previously saved data in the file, but they can append the data.
plz help me implemet the above mentioned permissions.
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 08:36 AM
02-09-2005 08:36 AM
Re: permissions -- plz help
3rd point can be achieved only thru applications using DB or something like that. I am not sure whether it is worth writing an application to do the work..
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 04:49 AM
02-10-2005 04:49 AM
Re: permissions -- plz help
from windows help
Create Folders allows or denies creating folders within the folder (applies to folders only).
Append Data allows or denies making changes to the end of the file but not changing, deleting, or overwriting existing data (applies to files only).
i try me level best to implement the permissions as i asked for. but upto now failed.
I gave the read permissions at the folder level for Everyone, and in special permission I gave Create Folder/Append Data permissions to EveryOne .. but of no use.. even user dosnt append the data, although i have given the special permissions of Create Folder/Append Data
Any One can help Plz
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 06:01 AM
02-10-2005 06:01 AM
Re: permissions -- plz help
The other solution (offered by Ganesh) is the easiest to achieve... Write a web application that appends records to a DB, and has no method for editing or deletion.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 08:56 PM
02-10-2005 08:56 PM
Re: permissions -- plz help
****
I gave the read permissions at the folder level for Everyone, and in special permission I gave Create Folder/Append Data permissions to EveryOne .. but of no use.. even user dosnt append the data, although i have given the special permissions of Create Folder/Append Data ****
Try CREATOR/OWNER instead of special permissions!
Also, do not use Everyone, Create new groups and add users to each group respectively, next give permissions accordingly and last remove Everyone Group.
http://support.microsoft.com/default.aspx?scid=kb;en-us;325361
http://support.microsoft.com/default.aspx?scid=kb;en-us;323420
Please keep us updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 05:17 AM
02-20-2005 05:17 AM
Re: permissions -- plz help
Dear LATIF, I have visit the urls u provided, but i know all these things.
Yes we know descided for the sol given by Ganesh Babu, and by Jon Finley
Thanks Once Again
Regards
Maaz