- Linux Administration Cookbook
- Adam K. Dean
- 32字
- 2021-07-02 14:24:27
Getting ready
Connect to centos1 if you haven't already.
$ vagrant ssh centos1
For the purposes of demonstration, ensure that ifconfig is installed too:
$ sudo yum install net-tools