Results 1 to 4 of 4

Thread: Permission problem in Mac OS X

  1. #1
    Join Date
    Aug 2009
    Posts
    750

    Permission problem in Mac OS X

    I have a Mac and whenever i try to create a folder or delete a folder or a file from a particular folder, i get Permission problem in Mac OS X. How do i set myself permissions to a folder or a file? Please help me.

  2. #2
    Join Date
    Mar 2009
    Posts
    599

    Re: Permission problem in Mac OS X

    There is a command line utility to change permissions know as chmod. You can use it as follows :
    Code:
    sudo chmod +rwx foldername
    Also you can be the owner of the folder by typing this :
    Code:
    sudo chown foldername
    after typing the command you will be asked for admin password, enter it to perform action. in the above command + means to give permission you can use - to remove permission, r - read, w - write, x - execute.

  3. #3
    Join Date
    Aug 2009
    Posts
    750

    Re: Permission problem in Mac OS X

    I will have to type the commands again and again, any simple way to do it? Is there any software which can be used to perform this functions? There are lot of folders which are needed by me and to change permissions for each folder from command prompt will take a lot of time. Please help...

  4. #4
    Join Date
    Jan 2009
    Posts
    710

    Re: Permission problem in Mac OS X

    Try BatChmod : BatChmod is a Cocoa utility for manipulating file and folder privileges in Mac OS X (10.5 recommended). It allows the manipulation of ownership as well as the privileges associated to the Owner, Group or others. It is available for download here.

Similar Threads

  1. Replies: 3
    Last Post: 07-01-2014, 09:48 AM
  2. Replies: 3
    Last Post: 20-03-2011, 05:40 AM
  3. How to grant permission?
    By Roxy_jacob in forum Software Development
    Replies: 4
    Last Post: 16-12-2009, 02:56 PM
  4. Permission problem in Acronis True Image Home 2010
    By Coldman in forum Windows Software
    Replies: 3
    Last Post: 03-12-2009, 12:00 PM
  5. Permission for user
    By Asghar in forum Operating Systems
    Replies: 1
    Last Post: 16-10-2009, 11:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,310,902.99100 seconds with 17 queries