0 Members and 1 Guest are viewing this topic.
ls -l filename
df | grep media
cd <paste it here>
cd "/media/kevin/PHILIPS UFD"
ls -l
cd "/media/kevin/PHILIPS UFD"ls -l
cd /media/kevin/PHILIPS\ UFD
The apostrophes should obviate the need for the escape sequence - and I though it would look less confusing. At least for me.