A mount point folder has been created in my home folder by the Disk and File systems utility. It shows in Konqueror and Dolphin as: <mount point>, in bash as <mount\ point>.
I have manually created a new mount point in the mnt folder for the drive I was setting up, and I don't want the redundant folder in my 'home' directory.
I cannot delete, chown or chmod this folder from the command line. After any attempt to reference the directory bash returns the following: bash: syntax error near unexpected token `newline'
I suppose the special characters around the directory name have some bearing on how I should be referring to the folder at the command line.
Any advice?
I have manually created a new mount point in the mnt folder for the drive I was setting up, and I don't want the redundant folder in my 'home' directory.
I cannot delete, chown or chmod this folder from the command line. After any attempt to reference the directory bash returns the following: bash: syntax error near unexpected token `newline'
I suppose the special characters around the directory name have some bearing on how I should be referring to the folder at the command line.
Any advice?
Comment