Changes

m
Line 152: Line 152:     
===Making a Directory and Script===
 
===Making a Directory and Script===
 +
----
 +
 
'''1.''' Connect to RUTX14 CLI using PUTTY or WEBUI.
 
'''1.''' Connect to RUTX14 CLI using PUTTY or WEBUI.
    
'''2.''' Create a new directory for the custom script.  
 
'''2.''' Create a new directory for the custom script.  
* mkdir /etc/config/scripts  
+
* <code><span class="highlight">mkdir /etc/config/scripts</span></code> 
   −
[[File:Screenshot 2.png|center]]
+
 
 +
[[File:Directory.png|center]]
    
'''3.''' Then create a new .sh file.
 
'''3.''' Then create a new .sh file.
*touch /etc/config/scripts/<filename>.sh
+
*<code><span class="highlight">touch /etc/config/scripts/<filename>.sh</span></code>
   −
[[File:Screenshot 3.png|center]]
+
 
 +
[[File:Mobparam.png|center]]
       
'''4.''' To edit the filename, use '''vi <filename>.sh'''. Press '''I'''. To save and exit, '''Press Esc''' then ''':x''' or to exit without saving, '''Press Esc''' then ''':q!'''.
 
'''4.''' To edit the filename, use '''vi <filename>.sh'''. Press '''I'''. To save and exit, '''Press Esc''' then ''':x''' or to exit without saving, '''Press Esc''' then ''':q!'''.
   −
[[File:Screenshot 4.png|center]]
  −
  −
  −
[[File:Screenshot 5.png|center]]
      +
[[File:Vi.png|center]]
     

Navigation menu