Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.157.139
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
95nfs /
Delete
Unzip
Name
Size
Permission
Date
Action
module-setup.sh
2.56
KB
-rwxr-xr-x
2020-09-30 15:57
nfs-lib.sh
4.65
KB
-rwxr-xr-x
2020-09-30 15:57
nfs-start-rpc.sh
929
B
-rwxr-xr-x
2013-09-12 12:52
nfsroot-cleanup.sh
955
B
-rwxr-xr-x
2013-09-12 12:52
nfsroot.sh
825
B
-rwxr-xr-x
2020-09-30 15:57
parse-nfsroot.sh
3.28
KB
-rwxr-xr-x
2020-09-30 15:57
Save
Rename
#!/bin/sh # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh if modprobe sunrpc || strstr "$(cat /proc/filesystems)" rpc_pipefs; then [ ! -d /var/lib/nfs/rpc_pipefs/nfs ] && \ mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs # Start rpcbind or rpcbind # FIXME occasionally saw 'rpcbind: fork failed: No such device' -- why? command -v portmap >/dev/null && [ -z "$(pidof portmap)" ] && portmap command -v rpcbind >/dev/null && [ -z "$(pidof rpcbind)" ] && rpcbind # Start rpc.statd as mount won't let us use locks on a NFSv4 # filesystem without talking to it. NFSv4 does locks internally, # rpc.lockd isn't needed [ -z "$(pidof rpc.statd)" ] && rpc.statd [ -z "$(pidof rpc.idmapd)" ] && rpc.idmapd else warn 'Kernel module "sunrpc" not in the initramfs, or support for filesystem "rpc_pipefs" missing!' fi