2.07.2015 г.

Change file after time use root access (use for configure network)

su -c bash -c "sleep 1m; mv file_orig.txt file_orig-backup.txt"

su -c #Run root only for command
basj -c #Run bash
"sleep 1m" #Sleep 1 minute
The last is the command you want.

Няма коментари :

Публикуване на коментар