linux - Running a shell script inside another shell script with different user -


मेरे पास दो शैल स्क्रिप्ट है:

one.sh

  गूंज "हैलो" सु- ऑरेकल- c "sh /tmp/two.sh" गूंज "अच्छा अलविदा"  

दो .sh

  गूंज "bla bla bla"  

मुझे "one.sh" को "root" के रूप में चलाने के लिए और यह आउटपुट देखना है:

  हैलो ब्ला ब्ला ब्ला अलविदा  

यह कैसे संभव है?

  "नमस्ते" सु-ऑरेक - "स्क्रिप्ट"  

C /tmp/two.sh "अच्छा अलविदा" गूंज


Comments