--- syntax: markdown tags: [tldr, windows] source: https://github.com/tldr-pages/tldr.git --- # takeown > Take ownership of a file or directory. > More information: . - Take ownership of the specified file: `takeown /f {{path o ile}}` - Take ownership of the specified directory: `takeown /d {{path o\directory}}` - Take ownership of the specified directory and all subdirectories: `takeown /r /d {{path o\directory}}` - Change ownership to the Administrator group instead of the current user: `takeown /a /f {{path o ile}}`