cd in linux
cd - Change Directory
Used to change the current active directory.
cd [directory name]
cd in linux
cd - Change Directory
Used to change the current active directory.
cd [directory name]
how to cd into a directory with a space linux
Either you put quotes around the directory name
( cd "/Users/niho/Desktop/Reader 0.5" )
or you escape the directory name
( /Users/niho/Desktop/Reader 0.5 ).
As others have mentioned, quoting the path or backslash-escaping the
spaces will work.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us