Registrati ora per avere pieno accesso a tutte le risorse della community , necessaria anche per area download, i link nei post, e altre funzioni.
centos-release-8.2-2.2004.0.1.el8.x86_64
crontab -l* * * * * myuser /home/myuser/myusersw/helloworld.sh
#!/bin/bash# declare STRING variableSTRING="Hello World"#print variable on a screenecho $STRING >> helloworld.log
systemctl restart crond.service
echo $STRING >> helloworld.log