- Check routing information
route
- Configure a service to start automatically on boot.
chkconfig service_name on
- Check the status of a particular port
netstat | grep port_num
- nfs related commands.
Export all directories listed in /etc/exports.
exportfs -a
Do not export a directory.export -u directory
- Check routing information.
ip route
- Shut down a bridge
ifconfig bridge_name down
Delete a brige.brctl delbr bridge_name
No comments:
Post a Comment