• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache directory command help needed

Danlz

Senior member
I snafu'd and mistakenly uploaded a file called "Gifts from the Harp.htm". Now I can't rm or mv the file (because of the spaces in the filename obvously) and get the msg: directory or file does not exist. I've tried "rm Gifts/from/the/Harp.htm" and "rm Gifts\from\the\Harp.htm". No joy - help!
 
Use:
rm "Gifts from the Harp.htm" or rm 'Gifts from the Harp.htm'.
One of those should work.

Good luck! 😀

-khtm-
 
Back
Top