I've closed your duplicate thread..
Quote:
Can anyone tell me how do i call test.sh in run.sh without changing permissions of any of them.
|
I think there is a basic rule: You can't do something with a file where you do not have permissions. The exception is that root can do anything--regardless of permission settings. So I think the only way is to run "run.sh" as root.