View Single Post
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#941
Originally Posted by wolfpac72 View Post
Hello all
I can not exectue the command:
cat /dev/null > /var/log/syslog
I got error message not found
this command is not that important, it's just intended to "reset" the logfile to an empty state.

you can do this instead:
Code:
echo "" > /var/log/syslog
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg