linux - I need help using the 'at' command -


hello guys started use ubuntu , ubuntu server, i'm stuck using @ command. don't know how initiate command. i'm trying to:

i'm trying run file @ 5 using 'at" command /etc/holler.sh

thank in advance!

you should able at -

1) install at

sudo apt-get install @ 

2) schedule command

at 05:00 /somepathto/somecommand 

Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -