ADV *NIX DAY 5 Flashcards
Display a list of RPC services mapped to their corresponding port
rpcinfo -p
View, enable/disable or modify interface configuration settings.
ifconfig
Unmount file systems.
umount
Run after updating /etc/exports, updates the current table of exports for the NFS server.
exportfs -a
Search for a machine with an exported file system.
showmount –e
Sets the basic parameters for all services xinetd manages.
/etc/xinetd.conf
Directory contains a configuration file for each xinetd managed service.
Examples:
/etc/xinetd.d/telnet
/etc/xinetd.d/ftp
/etc/xinetd.d
Internet network services list, lists service-to-port mappings.
/etc/services
Maps RPC services defined in xinetd.conf to appropriate RPC program numbers.
/etc/rpc
Contains a table of local physical file systems on an NFS server that are accessible to NFS clients.
/etc/exports