Results 1 to 3 of 3
Hi.
I am a newbie of linux.
I am trying dumping some files for fun, using od command.
od command looks like have a setuid attribute.
Is that mean, I ...
- 11-11-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 2
dumping root file use od
Hi.
I am a newbie of linux.
I am trying dumping some files for fun, using od command.
od command looks like have a setuid attribute.
Is that mean, I can use od to dump with a guest ID, to dump some root file? ie, apache log file?
thank you
- 11-11-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
The od binary on my systems (RHEL4, CentOS5, F15, F16) do not have setuid attribute set. But they are owned by root, is that what you mean?
Anyway, can you not do this?
Or did u mean something else?Code:su -c 'od /var/log/httpd/error_log'
- 11-11-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 2


Reply With Quote
