I hope this is the right place for this post.
I am trying to delete some files in Trash with terminal. In terminal I navigate to the Trash on the disk that contained the original files with the following command:
cd /Volumes/Untitled/.Trashes/
Then at .Trashes I enter this list command:
sudo ls 501/
which gives me a prompt consisting of "password:" immediately followed by a little key icon. Unfortunately, the prompt will not accept any text input for the keyword. I am logged in as an admin. What am I doing wrong? My next step will be to individually delete the listed files with the command:
sudo rm -rf 501/
immediately followed by the filename.
I am trying to delete some files in Trash with terminal. In terminal I navigate to the Trash on the disk that contained the original files with the following command:
cd /Volumes/Untitled/.Trashes/
Then at .Trashes I enter this list command:
sudo ls 501/
which gives me a prompt consisting of "password:" immediately followed by a little key icon. Unfortunately, the prompt will not accept any text input for the keyword. I am logged in as an admin. What am I doing wrong? My next step will be to individually delete the listed files with the command:
sudo rm -rf 501/
immediately followed by the filename.