Fuser Demo (2 Minutes)
Description
This demo showcases fuser, a powerful sysadmin tool.
OpenSolaris Versions Supported
2008.05 or newer.
Points to Hit
- Fuser lets you see which processes block target filesystem and why.
- You can kill all processes that block the filesystem (use with caution).
Demo Prep
None.
Gotchas
None known.
Demo
- Run fuser -c /. Explain what the audience sees.
- Run fuser -c /export/home. Explain what the audience sees.
- Run man fuser and explain the different types of file and directory usage.
Demo Cleanup
None.