[Tux Gif]
 Linux System Administration

NFS - Network File System

Starting the NFS server :
            [root@Hamming ~]# service nfs status                       [  OK  ]
            rpc.mountd (pid 4858) is running...
            nfsd (pid 4852 4851 4850 4849 4848 4847 4846 4845) is running...
            rpc.rquotad (pid 4836) is running...


            [root@Hamming ~]# service nfs status
            rpc.mountd is stopped
            nfsd is stopped
            rpc.rquotad is stopped


            [root@Hamming ~]# service nfs start
            Starting NFS services:                                     [  OK  ]
            Starting NFS quotas:                                       [  OK  ]
            Starting NFS daemon:                                       [  OK  ]
            Starting NFS mountd:                                       [  OK  ]



Prev                Page 12                Next