New to FreeBSD

I need some help regarding these in freeBSD.

1. How can I check about e1000 network adapter in commandline?
2. How to see Vmware mouse and video driver in commandline?
3. I am running a freeBSD VM under ESX box. How does it detect the new hard disk added?

Help me with more system admin commands
 
1. How can I check about e1000 network adapter in commandline?

# ifconfig (should be em0 / em1 / ... / emX)

2. How to see Vmware mouse and video driver in commandline?
Code:
# dmesg|grep psm 
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model GlidePoint, device ID 0

3. I am running a freeBSD VM under ESX box. How does it detect the new hard disk added?
If its SCSI controller, then by da0 / da1 / ... / daX drives

Help me with more system admin commands
Code:
top
ps
gstat
systat
vmstat
iostat
netstat
fstat
sockstat
w
kldstat
kldload/kldunload
ifconfig
route
 
I selected e1000 adapter during VM creation.
How can I see the version information of e1000.

Also, I installed Vmware tools which provisioned vmmouse and vmware_drv.so drivers. Where Can I see those drivers location?
 
Back
Top