sudoedit.8 unzip -xf android-studio-ide-171.3909050-linux.zip -C /usr/local
execute a command as another user
-C fd       Normally, sudo will close all open file descriptors other than standard input, standard
            output and standard error.  The -C (close from) option allows the user to specify a starting
            point above the standard error (file descriptor three).  Values less than three are not
            permitted.  The security policy may restrict the user's ability to use the -C option.  The
            sudoers policy only permits use of the -C option when the administrator has enabled the
            closefrom_override option.
source manpages: sudoedit