SM0 She11
Path:
/
/
etc
/
rc.d
Full Path (server): /etc/rc.d
Create Fil3
Upl04d Fil3
📁 init.d
Open
[D]
[R]
📄 rc.local
[E]
[D]
[R]
📁 rc0.d
Open
[D]
[R]
📁 rc1.d
Open
[D]
[R]
📁 rc2.d
Open
[D]
[R]
📁 rc3.d
Open
[D]
[R]
📁 rc4.d
Open
[D]
[R]
📁 rc5.d
Open
[D]
[R]
📁 rc6.d
Open
[D]
[R]
Editing: rc.local
#!/bin/bash # THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES # # It is highly advisable to create own systemd services or udev rules # to run scripts during boot instead of using this file. # # In contrast to previous versions due to parallel execution during boot # this script will NOT be run after all other services. # # Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure # that this script will be executed during boot. touch /var/lock/subsys/local
Save