Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views2 pages

Bash Commands For DevOps VM Setup

The document outlines a series of command-line instructions for managing Vagrant virtual machines in two directories: centos and ubuntu. It includes commands for creating directories, initializing Vagrant boxes, and managing their states (up, halt, destroy). The commands demonstrate navigation, file listing, and Vagrant operations such as starting and stopping virtual machines.

Uploaded by

mawociy157
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Bash Commands For DevOps VM Setup

The document outlines a series of command-line instructions for managing Vagrant virtual machines in two directories: centos and ubuntu. It includes commands for creating directories, initializing Vagrant boxes, and managing their states (up, halt, destroy). The commands demonstrate navigation, file listing, and Vagrant operations such as starting and stopping virtual machines.

Uploaded by

mawociy157
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

20 mkdir /E/vagrant-vms

21 cd /E/vagrant-vms/
22 pwd
23 ls
24 mkdir centos
25 mkdir ubuntu
26 ls
27 clr
28 clear
29 cd centos/
30 pwd
31 cd /f/vagrant-vms/centos/
32 cd /E/vagrant-vms/centos/
33 cd/e/
34 cd/E/
35 cd /E/
36 cd vagrant-vms/
37 cd centos
38 clear
39 ls
40 vagrant init eurolinux-vagrant/centos-stream-9
41 ls
42 cat Vagrantfile
43 vagrant up
44 vagrant box list
45 vagrant status
46 vagrant ssh
47 vagrant halt
48 vagrant status
49 vagrant up
50 vagrant relaod
51 vagrant destroy
52 vagrant status
53 vagrant up
54 vagrant box list
55 vagrant halt
56 clear
57 pwd
58 cd ..
59 ls
60 cd ubuntu/
61 pwd
62 cd /E/vagrant-vms/ubuntu/
63 pwd
64 cd /E/vagrant-vms/ubuntu/
65 vagrant init
66 vagrant init ubuntu/jammy64
67 rm Vagrantfile
68 vagrant init ubuntu/jammy64
69 ls
70 vagrant up
71 vagrant status
72 vagrant global-status
73 clear
74 vagrant status
75 vagrant ssh
76 vagrant halt
77 vagrant global-status
78 cd/E/vagrant-vms/centos/
79 cd /E/vagrant-vms/centos/
80 vagrant up
81 vagrant halt
82 clear
83 history

You might also like