Cut and Paste in Mac OS X EL Capitan
Here is easy way to cut and paste in Mac OS X EL Capitan: 1. Copy files by “Command + C” 2. Paste with Cut “Command + Option V” Easy right? 🙂
Here is easy way to cut and paste in Mac OS X EL Capitan: 1. Copy files by “Command + C” 2. Paste with Cut “Command + Option V” Easy right? 🙂
1diskutil list 1sudo hdiutil convert -format UDRW -o ~/Desktop/Maverick.dmg ~/Desktop/Mavericks.iso 1234hdiutil convert -format UDRW -o ~/[path]/destinationISO.img ~/[path]/sourceISO.iso sudo diskutil umount /dev/disk3s2 sudo dd if=/[path]/destinationISO.img.dmg of=/dev/disk3 bs=1m sudo diskutil eject /dev/disk3
When you dealing with external files or copy files into your hardrive in Mac OS X, I believe you facing this issue “Unable to change files” or “Operation not permitted”. Even you already use “sudo” but you don’t permission to change permission or owner for this files. This is happen when we dealing with files …