Hi,
When I try to run a script with ". "(dot space) in my home, it gives me error ".: Permission denied".
Quote:
snv899!ashishp:~ [151]> ls -l tmp
-rwxr-xr-x 1 ashishp rater 8 Apr 12 09:38 tmp*
snv899!ashishp:~ [152]>
snv899!ashishp:~ [152]>
snv899!ashishp:~ [152]> cat tmp
echo hi
snv899!ashishp:~ [153]> . ./tmp
.: Permission denied.
snv899!ashishp:~ [154]> . tmp
.: Permission denied.
snv899!ashishp:~ [155]>
|
Any explanation for this behaviour?
Thanks in advance,
-Ashish