Thread: changing dir
View Single Post

  #4 (permalink)  
Old 03-28-2006, 07:22 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Hmm

What is output of command:
Code:
ls -ld /home/sparky/backup
If directory does not exists; Create directory /home/sparky/backup:
Code:
mkdir -p /home/sparky/backup
Rest of script is okay i'm able to run it here
Reply With Quote