sindresorhus/trash-cli

`sudo trash` still has no permission

Open

#28 aperta il 13 gen 2020

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)JavaScript (39 fork)user submission
bughelp wanted

Metriche repository

Star
 (1403 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I'm on macOS 10.15.2

Create

❯ sudo mkdir /Users/wow

❯ sudo mkdir /Users/wow
mkdir: /Users/wow: File exists # ✅ 

Delete with trash

❯ trash /Users/wow
Error: Command failed: /usr/local/lib/node_modules/trash-cli/node_modules/trash/lib/macos-trash /Users/wow
“wow” couldn’t be moved to the trash because you don’t have permission to access it.

❯ sudo trash /Users/wow
Error: Command failed: /usr/local/lib/node_modules/trash-cli/node_modules/trash/lib/macos-trash /Users/wow
“wow” couldn’t be moved to the trash because you don’t have permission to access it.

Delete with rm

❯ sudo rm -rf /Users/wow

❯ test -d /Users/wow || echo 'no folder'
no folder

Guida contributor