unnamed file

PHP

Keine Beschreibung eingegeben.

Guest

Download Edit

/etc/mtab:devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
/etc/init.d/umountnfs.sh: /|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw)
/etc/init.d/mountdevsubfs.sh: # Mount /dev/pts
/etc/init.d/mountdevsubfs.sh: if [ ! -d /dev/pts ]
/etc/init.d/mountdevsubfs.sh: mkdir --mode=755 /dev/pts
/etc/init.d/mountdevsubfs.sh: [ -x /sbin/restorecon ] && /sbin/restorecon /dev/pts
/etc/init.d/mountdevsubfs.sh: domount devpts \"\" /dev/pts devpts -onoexec,nosuid,gid=$TTYGRP,mode=$TTYMODE
/etc/init.d/udev:# we need to unmount /dev/pts/ and remount it later over the tmpfs
/etc/init.d/udev: if mountpoint -q /dev/pts/; then
/etc/init.d/udev: umount -n -l /dev/pts/
/etc/init.d/mtab.sh: domtab devpts /dev/pts \"devpts\" -onoexec,nosuid,gid=$TTYGRP,mode=$TTYMODE
/etc/init.d/umountfs: /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/sys/*|/lib/init/rw)
/etc/rc0.d/K09umountfs: /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/sys/*|/lib/init/rw)
/etc/rc0.d/K06umountnfs.sh: /|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw)
/etc/rcS.d/S03mountdevsubfs.sh: # Mount /dev/pts
/etc/rcS.d/S03mountdevsubfs.sh: if [ ! -d /dev/pts ]
/etc/rcS.d/S03mountdevsubfs.sh: mkdir --mode=755 /dev/pts
/etc/rcS.d/S03mountdevsubfs.sh: [ -x /sbin/restorecon ] && /sbin/restorecon /dev/pts
/etc/rcS.d/S03mountdevsubfs.sh: domount devpts \"\" /dev/pts devpts -onoexec,nosuid,gid=$TTYGRP,mode=$TTYMODE
/etc/rcS.d/S07mtab.sh: domtab devpts /dev/pts \"devpts\" -onoexec,nosuid,gid=$TTYGRP,mode=$TTYMODE
/etc/rcS.d/S02udev:# we need to unmount /dev/pts/ and remount it later over the tmpfs
/etc/rcS.d/S02udev: if mountpoint -q /dev/pts/; then
/etc/rcS.d/S02udev: umount -n -l /dev/pts/
/etc/rc6.d/K09umountfs: /|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/sys/*|/lib/init/rw)
/etc/rc6.d/K06umountnfs.sh: /|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw)
/etc/munin/plugins/users: $pts++,next if /pts/;