Navigating to a specific folder within your home directory.
Navigating to a specific folder within your home directory.
You're learning Linux and facing challenges with the cd command. It seems you're trying to understand how to navigate directories and run scripts effectively. The issue might be related to how your file paths are structured or how you're using the terminal. When dragging a script, it works because the system recognizes the file type and context. For running scripts, ensure you're using the correct path and that your environment supports them. If you're unsure about file paths, double-check your directory structure and consider using relative paths when possible.
Thanks for the feedback. I changed all my file names to lowercase, which was a helpful suggestion. Eventually, I managed to launch my server using just the terminal.
Navigate through folders using tab completion. Scripts require chmod 755 or execution as sh. Basic note: run from current directory, use cd .. to go up, cd returns to home.