Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Getting Started with the Console Moving and Deleting Files

fisnik poroshtica
fisnik poroshtica
14,154 Points

Cannot move and rename Files?

I cannot move and remove files in Console here it what it says: mv: cannot stat 'hello.txt' : no such file or directory

Perhaps if you share your screen and/or paste the exact terminal display, things will be more clear for you to get some help with this.

1 Answer

Hey Fisnik,

The message is stating that hello.txt does not exist in the current directory. Type ls to first check what files are in your current directory. You'll need to change directories if you do not see hello.txt listed.

fisnik poroshtica
fisnik poroshtica
14,154 Points

when i type ls i see it, but when i try to remove delete or something else it appears this message, but when i create other files i can delete remove and other things.