K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / etc / init /
server ip : 172.67.156.115

your ip : 172.70.127.233

H O M E


Filename/etc/init/rcS.conf
Size683
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified12-Apr-2014 05:58
Last accessed06-Jul-2025 08:44
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
# rcS - System V single-user mode compatibility
#
# This task handles the old System V-style single-user mode, this is
# distinct from the other runlevels since running the rc script would
# be bad.

description "System V single-user mode compatibility"
author "Scott James Remnant <[email protected]>"

start on runlevel S
stop on runlevel [!S]

console owner
exec /sbin/sulogin

post-stop script
# Don't switch runlevels if we were stopped by an event, since that
# means we're already switching runlevels
if [ -n "${UPSTART_STOP_EVENTS}" ]
then
exit 0
fi

# Switch, passing a magic flag
start --no-wait rc-sysinit FROM_SINGLE_USER_MODE=y
end script