john9527
Part of the Furniture
It's also possible to redirect syslog to /tmp by
Code:$ rm /jffs/syslog.log && ln -s /tmp/syslog.log /jffs/syslog.log
The link will survive across reboots.
Not a good thing to do....
First...the way this works is that a copy is made of /tmp/syslog.log to /jffs. So you've essentially created a recursive symlink
Second, if you look you'll see that the symlink is removed on a reboot...it may take a minute or more after the reboot for it to happen.