!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/bin/X11/./../../share/doc/MySQL-python-1.2.0/../perl-LDAP-0.33/../nfs-utils-1.0.7/   drwxr-xr-x
Free 4.93 GB of 27.03 GB (18.24%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     node4.html (3.87 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
The Kernel-Space NFS Server next up previous
Next: Interoperability Up: Overview Previous: The User-Space NFS Server

The Kernel-Space NFS Server

Mainly due to the performance and interoperation considerations, the kernel-space NFS server is preferred over the user-space one. It has many advantages:

  • Since it is running in the kernel space and doing RPC calls inside kernel, it doesn't have to move memory between kernel and user spaces. Its memory operation is much more efficient. There is no overhead for context switch.

  • Since it is a kernel process, it can take advantage of the kernel thread.

  • Both NLM and NSM protocols are supported. File and record locks can work across NFS. It is very important when you have a heterogeneous NFS environment.

  • The file export control is implemented as a system call. When /etc/exports is changed, there is no need to restart the NFS server if there are no changes to mountd.

However, there are some disadvantages for the kernel-space NFS server:

  • Unlink the user-space NFS sever, each entry in /etc/exports can export only a directory in one file system. Any file systems mounted under the exported directory are not exported. A separate entry is needed for each mounted file system.

  • Since it is not easy to do callback from the kernel, uid/gid mapping and other functionalities which require access to DNS, NIS, NIS+ and other user-space services are not supported.


next up previous
Next: Interoperability Up: Overview Previous: The User-Space NFS Server
H.J. Lu
1999-08-15

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0041 ]--