0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Error1 - Operation not permitted の解決法

Posted at

現状

Zipファイルをネットからダウンロードし解凍しようとしたら以下の表示が出た。
Screen Shot 2019-01-29 at 12.59.39.png

やりたいこと

ZipファイルをMacで解凍する。

解決方法

terminalを開く

Macに標準で入っているterminalを開く。

②以下のコマンドを入力する

$ cd ~/Downloads
$ unzip -q CentOS6vm.zip -d CentOS6vm && cd CentOS6vm

結論

解凍できた。

Screen Shot 2019-01-29 at 12.59.06.png
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?