Need Clarification

Hi All,

I have a file cleanlogs_imgp01_files which has the contents as follows,

cold_log|/opt/elf/cold_spool
get_orion_log|/opt/elf/logs
get_coldFiles_log|/opt/elf/logs
get_coldFiles_TuesToSat_log|/opt/elf/logs
get_coldFiles_MonToSat_log|/opt/elf/logs

And when i execute this, I get the following output.

./cleanlogs_imgp01_files: cold_log: Execute permission denied.
./cleanlogs_imgp01_files: /opt/elf/cold_spool: Execute permission denied.
./cleanlogs_imgp01_files[2]: get_orion_log:  not found.
./cleanlogs_imgp01_files[2]: /opt/elf/logs: Execute permission denied.
./cleanlogs_imgp01_files[3]: get_coldFiles_log:  not found.
./cleanlogs_imgp01_files[3]: /opt/elf/logs: Execute permission denied.
./cleanlogs_imgp01_files[4]: /opt/elf/logs: Execute permission denied.
./cleanlogs_imgp01_files[5]: /opt/elf/logs: Execute permission denied.
./cleanlogs_imgp01_files[4]: get_coldFiles_TuesToSat_log:  not found.

But the /opt/elf/logs have all permissions. The log files resides inside the directory also has execute permission.

Can anyone explain why this error is occurring?

Note - Only cold_log's are present only in the Logs directory, so for other logs not found cannot be looked in

What does "cleanlogs_imgp01_files" contain? Please post that too.