Search results

  1. T

    task : write a script in Linux that every quarter of every hour generates a Test directory with a Test file

    Hello, I've just started a new job, it's my first contact with Linux and I have this task, for learning. So far I've learn that command line 15 * * * * -in crontab, schedule the script, but I have problems with the command lines from script #!/bin/sh mkdir /Test touch /Test/Test.txt 15 * * *...
Top