Per un veloce Download di CentOS 6 http://mi.mirror.garr.it/mirrors/CentOS/6.4/isos/ Per una ricerca veloce su google linux http://www.google.it/linux
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