Created
October 26, 2011 09:02
-
-
Save shamun/1315832 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Java is trying to execute this: sudo convert /tmp/testing.tiff /tmp/testing.jpg | |
2. | |
root@myhost:~# cat /etc/sudoers | |
Defaults env_reset | |
root ALL=(ALL:ALL) NOPASSWD: ALL | |
user ALL=NOPASSWD: ALL | |
%admin ALL=(ALL) ALL | |
%sudo ALL=(ALL:ALL) ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment