EagleFly;618061 Wrote: > i tried this twice, but the touch seems removing the crontab...or am I > doing sth wrong here ??
After manually changing files its a good idea to type: sync When you edit a file it doesn't go directly to the file system, it stays in a memory buffer for awhile. If the Touch is turned off or reboots before that buffer gets written to the filesystem you loose the changes. The "sync" command forces a flush of the buffer to the filesystem. John S. -- JohnSwenson ------------------------------------------------------------------------ JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974 View this thread: http://forums.slimdevices.com/showthread.php?t=85339 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
