Not able to change directory and see files

Hi Team,
I am very new to this platform, I am to login web console but not able to execute cd command on there.
I have created a folder using Hue and uploaded two files for mapper and reducer. My sturecture is as follows in Hue
user/username/map-reduce/
mapper.py
reducer.py

after login i am writing cd map-reduce then it is prompting no such file directory. Please help me what I have to here

Hi @lnmipramod,

When you create files in Hue, they will be created on HDFS. While the “cd” and “ls” commands shows files in your home folder on Linux.

Hope this clears your confusion.

Thank you for reply, Please let me know how can I move from user/lnmipramod to HDFS

Thank You I am able to move