Changes

Jump to: navigation, search

OPS235 Lab 6

161 bytes added, 10:56, 27 June 2016
no edit summary
&nbsp;exit 1<br>
fi<br>
<br>
if [ $# -ne 1 ]<br>
then<br>
&nbsp;echo "You need to provide a file-pathname" >&2<br>
&nbsp;echo "USAGE: $0 [file-path-name]" >&2<br>
&nbsp;exit 0<br>
fi
 
</code>
 
<ol><li value="5">We will now use an Associative Array along with the ssh command in order to get and store networking configuration from the '''centos1''', '''centos2''', and '''centos3''' VMs. Add the following content to your shell script editing session:</li></ol>
13,420
edits

Navigation menu