Results 1 to 4 of 4

Thread: changing the permissions on a folder on usb drive

  1. #1
    Join Date
    Nov 2010
    Beans
    46

    changing the permissions on a folder on usb drive

    Hi,

    I can't change the permissions of a folder on a flsh drive I am typing

    Code:
    sudo chmod - R g=rwx myFolder
    But the permissions remain the same, any ideas why? Thanks

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: changing the permissions on a folder on usb drive

    The command syntax is wrong, for one thing. What filesystem is the flash drive using? If it's FAT or NTFS, chmod won't work.

    Did you intend to use chown instead of chmod?

    https://help.ubuntu.com/community/FilePermissions
    Last edited by oldos2er; February 12th, 2012 at 08:51 PM.

  3. #3
    Join Date
    Nov 2010
    Beans
    46

    Re: changing the permissions on a folder on usb drive

    Quote Originally Posted by oldos2er View Post
    The command syntax is wrong, for one thing. What filesystem is the flash drive using? If it's FAT or NTFS, chmod won't work.

    Did you intend to use chown instead of chmod?

    https://help.ubuntu.com/community/FilePermissions
    Oops I totally forgot about the filesystem, it is NTFS, so how do ii change the folder permissions then?

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: changing the permissions on a folder on usb drive

    Check the URL I posted.

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
  •