Red_Hat
RH202 · Question #13
The System you are using is for NFS (Network File Services). Some important data are shared from your system. Make automatically start the nfs and portmap services at boot time.
We can control the services for current session and for next boot time also. For current Session, we use service servicename start or restart or stop or status. For automatically on next reboot time: 1. chkconfig servicename on or off eg: chkconfig nfs on chkconfig portmap on…
Requirements Engineering in the Project Lifecycle
Question
The System you are using is for NFS (Network File Services). Some important data are shared from your system. Make automatically start the nfs and portmap services at boot time.
Explanation
We can control the services for current session and for next boot time also. For current Session, we use service servicename start or restart or stop or status. For automatically on next reboot time:
- chkconfig servicename on or off eg: chkconfig nfs on chkconfig portmap on or ntsysv
Select the nfs and portmap services.
- Reboot the system and identify whether services are running or not.
Topics
#NFS services#portmap#service boot configuration#chkconfig
Community Discussion
No community discussion yet for this question.