About 95 results
Open links in new tab
  1. Change Permissions of Objects for Users and Groups in Windows 10

    May 4, 2022 · Change Permissions of File, Folder, Drive, or Registry Key for Users and Groups in Windows 10 Information On NTFS and ReFS volumes, you can set security permissions on files and …

  2. How can I give full permission to folder and subfolder

    I'm new to Ubuntu and need to create a new folder in /var and need all users on the machine to have full permissions to this folder. How should I proceed?

  3. Change Owner of File, Folder, Drive, or Registry Key in Windows 10

    01 Jul 2023 How to Change Owner of File, Folder, Drive, or Registry Key in Windows 10 and Windows 11 An owner is assigned to an object when that object is created. By default, the owner is the creator …

  4. Change folder permissions and ownership - Ask Ubuntu

    Nov 2, 2010 · Use chown to change ownership and chmod to change rights. As Paweł Karpiński said, use the -R option to apply the rights for all files inside of a directory too. Note that both these …

  5. Share Files and Folders Over a Network in Windows 10

    Jul 1, 2024 · How to Share Files and Folders Over a Network in Windows 10 and Windows 11 File sharing over a network in Windows 10 allows you to share files and folders on your computer with …

  6. how set read and write permissions for a directory - Ask Ubuntu

    Mar 9, 2018 · 7 I just copied a 2.8 Gb folder to my usr/home directory using Nautilus. It contains many folders and files but I have permission to read none of them. How can I globally set read & write & …

  7. Set or Unset Read-only Attribute of Files and Folders in Windows 10

    Sep 7, 2024 · To Set Read-only Attribute of All Files in Folder and Subfolders using Command Prompt 1 Open a command prompt or elevated command prompt based based on the access permissions you …

  8. Permission denied when downloading with transmission daemon

    I installed Xubuntu and transmission daemon, set the download path to my home/user/TV shows, and get a permission denied when trying to download torrents through the transmission. I tried chmod -r ...

  9. Enable or Disable Inherited Permissions for Objects in Windows

    Mar 19, 2020 · Enable or Disable Inherited Permissions for Files and Folders in Windows On NTFS and ReFS volumes, you can set security permissions on files and folders. These permissions grant or …

  10. How to change a folder's permissions and owners? - Ask Ubuntu

    Nov 27, 2022 · For example, make animals and all files/folders under that folder owned by user and group user via command: sudo chown user:user -hR animals TIP: remove -hR so it applies to that …