- Linux Administration Cookbook
- Adam K. Dean
- 31字
- 2025-04-04 15:16:17
Getting ready
Connect to your centos1 VM.
You should also install the lsof package for some of the examples that we will be looking at:
$ sudo yum install -y lsof
Connect to your centos1 VM.
You should also install the lsof package for some of the examples that we will be looking at:
$ sudo yum install -y lsof