📄 services.sh-mdv2008.1-pterjan
字号:
#!/bin/sh# Else oocalc will crashmknod /dev/random c 1 8mkdir /var/lock/subsyschmod 1777 /var/lock/subsysmkdir /var/run/dbusmkdir /var/run/netreport/etc/init.d/messagebus start/sbin/start_udev.simplefor module in `/bin/grep -hv '#' /etc/modprobe.preload /etc/modprobe.preload.d/*`; do /sbin/modprobe $moduledone # Need to find a way to apply udev configchmod 0666 /dev/ptmx/etc/init.d/network-up start/etc/init.d/network start/etc/init.d/acpid start/etc/init.d/haldaemon startsleep 10for i in /etc/rc5.d/S*; do $i status > /dev/null 2>&1 || $i startdone
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -