- Joined
- Jan 11, 2016
- Messages
- 178
- Reaction score
- 10
I'm a novice when it comes to Linux.
I'm trying to delete unused digital receptionist files, I navigate on the command line to:
/var/lib/3cxpbx/Instance1/Data/Ivr/Prompts
I can see the file I want to delete:
Example File.wav
so I use:
sudo rm Example File
and I get back:
rm: cannot remove 'Example File': No such file or directory
I've tried
sudo rm Example_File
sudo rm Example File.wav
All with the same error message.
I've also tried sudo rm -f and the file name, no error message but no file removed either!
I'm trying to delete unused digital receptionist files, I navigate on the command line to:
/var/lib/3cxpbx/Instance1/Data/Ivr/Prompts
I can see the file I want to delete:
Example File.wav
so I use:
sudo rm Example File
and I get back:
rm: cannot remove 'Example File': No such file or directory
I've tried
sudo rm Example_File
sudo rm Example File.wav
All with the same error message.
I've also tried sudo rm -f and the file name, no error message but no file removed either!