Terminal says my directory (?) is not a directory
by SplitConsciousness from LinuxQuestions.org on (#599TH)
ookleuk@ookleuk-Swift-SF314-55:~/Documents$ mv Geheimhoudingsverklaring LSM RA.odt /Place
mv: target '/Place' is not a directory
ookleuk@ookleuk-Swift-SF314-55:~/Documents$ ls
'Geheimshoudingsverklaring LSM RA.odt' Place 'Python notes.odt'
As you can see, I'm trying to move the file 'Geheimshoudingsverklaring LSM RA.odt' into the Place directory. How come the terminal tells me it's not a directory? How should I move it then?


mv: target '/Place' is not a directory
ookleuk@ookleuk-Swift-SF314-55:~/Documents$ ls
'Geheimshoudingsverklaring LSM RA.odt' Place 'Python notes.odt'
As you can see, I'm trying to move the file 'Geheimshoudingsverklaring LSM RA.odt' into the Place directory. How come the terminal tells me it's not a directory? How should I move it then?