OS X – Change owner recursively on current folderCristi DraghiciJune 27, 2016Programming / Development Use the following command to change to recursively change the owner of the current folder: sudo chown -R $(whoami) . # macOS Previous Post Change node.js version Next Post OS X – Useful development programs for beginners