Linux Kernel Modules

> Manage/Query kernel and kernel modules at runtime Key files, terms and utilities include: /lib/modules/kernel­version/modules.dep – Kernel module inter­dependencies /etc/modules.conf & /etc/conf.modules – modprobe configuration file (new and old) Commands | Description depmod | Determine module dependencies insmod | Insert […]

Tags: , , , , ,

How to connect to a NFS server share

The RedHat linux client that will connect to a NFS server. Needs to have portmap and if you dont want dynamic ports, enter static ports into /etc/sysconfig/nfs, for example: RQUOTAD_PORT=875 LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 STATD_PORT=662 STATD_OUTGOING_PORT=2020 1. Start portmap service portmap […]

Tags: , , , , , ,