Forrest logo
back to context overview

takeown

List of commands for takeown:

  • takeown:tldr:10b64 takeown: Take ownership of the specified file.
    $ takeown /f ${path\to\file}
    try on your machine
    explain this command
  • takeown:tldr:45829 takeown: Take ownership of the specified directory and all subdirectories.
    $ takeown /r /d ${path\to\directory}
    try on your machine
    explain this command
  • takeown:tldr:53e05 takeown: Change ownership to the Administrator group instead of the current user.
    $ takeown /a /f ${path\to\file}
    try on your machine
    explain this command
  • takeown:tldr:f3ee3 takeown: Take ownership of the specified directory.
    $ takeown /d ${path\to\directory}
    try on your machine
    explain this command
back to context overview