Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^5: system call in crontab

by quester (Vicar)
on Jul 20, 2009 at 06:07 UTC ( [id://781540]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system("DISPLAY=:0.0 /usr/bin/feh --bg-center /home/user/Pictures/rota
    +te/1.jpg");
    
  2. or download this
    $ENV{DISPLAY} = ":0.0";
    system("/usr/bin/feh --bg-center /home/user/Pictures/rotate/1.jpg");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://781540]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-03-28 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found