Click here to Skip to main content
16,005,141 members

Comments by MidhunLC (Top 1 by date)

MidhunLC 3-Oct-12 6:26am View    
Hi,
In the script above,we are mounting a windows partition and copying a file to it as the script proceeds.
The ifconfig command is executed after the mount is done.
So definitely,network setting is done before ifconfig is run.
Or else mount wouldnt work
I have tried redirecting other commands to the file and its working without any trouble at all.(whoami,top,man (any command))
If I try commands like ifconfig or ip addr show then the output is empty.