Difference between revisions of "Template:Networking rut manual user scripts"

From Teltonika Networks Wiki
m (Text replacement - "\{\{Template: Networking_rutos_manual_fw_disclosure (.*) (.*) (.*) (.*) \}\}" to "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{series}}} | name = {{{name}}} }} }}")
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template: Networking_rutos_manual_fw_disclosure
+
{{Template: Networking_device_manual_fw_disclosure
| fw_version = {{#switch: {{{series}}}
+
| series = {{{series}}}
   | RUT2XX = {{{series}}}_R_00.01.13
+
| name   = {{{name}}}
  | RUT850 = {{{series}}}_R_00.01.04
+
| fw_version ={{Template: Networking_device_manual_latest_fw
   | RUT9XX = {{{series}}}_R_00.06.07}}
+
| series = {{{series}}}
 +
| name   = {{{name}}}
 +
}}
 
}}
 
}}
 
__TOC__
 
__TOC__
Line 14: Line 16:
 
==Startup script management==
 
==Startup script management==
  
The <b>startup script management</b> section shows the contents of the <i>/etc/rc.local</i> file and allows the user to edit it. This scripts written in this file are executed at the end of the device's start up process. You can also execute the script via a [[Command line interfaces|command line interface]] with the following command:
+
The <b>startup script management</b> section shows the contents of the <i>/etc/rc.local</i> file and allows the user to edit it. Scripts written in this file are executed at the end of the device's start up process. You can also execute written scripts via a [[Command line interfaces|command line interface]] with the following command:
  
 
  sh /etc/rc.local
 
  sh /etc/rc.local

Latest revision as of 11:09, 24 October 2023

The information in this page is updated in accordance with firmware version .

Summary

The User Scripts function allows users to write their own shell scripts that will be executed during the router's booting process.

This chapter of the user manual provides an overview of the User Scripts page for {{{name}}} devices.

Startup script management

The startup script management section shows the contents of the /etc/rc.local file and allows the user to edit it. Scripts written in this file are executed at the end of the device's start up process. You can also execute written scripts via a command line interface with the following command:

sh /etc/rc.local

The figure below is an example of the startup script management section:

Networking rutxxx manual user scripts v1.png

[[Category:{{{name}}} System section]]