How to properly redirect the output of command executed with sudo.
Alot of people seam to be having problems with proper redirection of 'sudo command' to a file. So many would rather 'sudo -s' than understand why 'sudo command > output' does not work.
Wait no more, I shall tackle this problem and explain it to you!
|
|
We are faced with a problem when trying to redirect with sudo, as the second part of the command is not executed with root privileges.
More details on http://www.petur.eu/blog/?p=117 Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.