From: CC Chen Date: 2012-01-05T19:30:07+09:00 Subject: crontab and ruby script Hi all, I used crontab command such as "*/5 * * * * /usr/local/bin/ruby /local/myuser/rubyscript/script1.rb" But it can't execute script1.rb, I let it print some message every 5 min. I also changed script1.rb to chmod 755. Does the crontab command is right? Thanks. -- Posted via http://www.ruby-forum.com/.