Results 1 to 5 of 5

Thread: Permissions In Win2k Advance Server

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    1

    Permissions In Win2k Advance Server

    Hi to everyone, just a question for the gurus out there. It is possible to apply a permission to a files so that it can be executed but not be read. ie. say i had a batch file that needs to be executed by a user, but i only want him to run the file not be able to look at the contains inside. Any suggestions would be very helplful. oh yeah this is for a win2k adv server running on ntfs partition.
    Never look twice unless your prepared to be caught

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Unfortunately this cannot be done on Windows. It's only possible on Un*x like systems.
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  3. #3
    Banned
    Join Date
    Oct 2001
    Posts
    1,459
    Hmmm, Try on NTFS...... or attrib +x -r

  4. #4
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Originally posted here by ac1dsp3ctrum
    Hmmm, Try on NTFS...... or attrib +x -r
    Setting Special Access..... and putting only X (execute) permissions will also prevent the batch file from running.

  5. #5
    AO Decepticon CXGJarrod's Avatar
    Join Date
    Jul 2002
    Posts
    2,038
    DaCloud: You can set up special permissions in Win2k Advanced Server because it runs on NTFS. Right click on the file, go to properties, click the security tab, then click advanced. On the permissions tab you can click view/edit. (make sure you have selected the user to give access to that file) This screen will allow you to set custom permissions on that file.

    The person with whom you are trying to give rights should be able to read and execute the file if you give him the following permission:

    Traverse Folder / Execute File

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •