環境
MacBook Pro (2.3 GHz 8コアIntel Core i9)
macOS 14.0(23A344)
Homebrew 4.3.8
gh 2.52.0
ディレクトリ構成
directory_structure
drive/ ←ルートディレクトリ
├── Applications/
├── Syetem/
└── Usr/
│ ├── shared/
│ └── personnel(ex. Jochun)/ ←ホームディレクトリ
│ ├── MyVagrant/
│ ├── Desktop/
│ ├── Downloads/
│ │ └── CentOS7/ ←今回インストールした仮想マシンファイル
│ ├── Documents/
│ ├── .config/
│ ├── .ssh/
│ ├── .zshrc/
│ └── .local/
│ ├── .bin
│ └── ...
解決方法
-
Mac
のターミナル
を開く -
cd
コマンドで、該当のディレクトリまで移動する$ cd Downloads
-
unzip
コマンドで、解凍できないzip
を開く$ unzip CentOS7.zip