Tagged Questions
2
votes
1answer
78 views
/etc/rc*: Why does this command stop NFS services from starting at boot?
I recently found this home networking tutorial surprisingly enlightening. However, there is one thing I don't understand:
Disabling NFS Start On Boot: If you are not planning on regularly
...
1
vote
2answers
407 views
What processes are started during linux boot and how to disable them?
I installed nfs-commons on my Ubuntu 11.04 machine so that I can mount an NFS drive. However I late decided to remove NFS from my system so I did a sudo apt-get remove. Now, 1 out of 5 times my ...