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 trialfisnik poroshtica
14,154 PointsCannot 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
1 Answer
jacobproffer
24,604 PointsHey 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
14,154 Pointswhen 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.
Manav Misra
11,778 PointsManav Misra
11,778 PointsPerhaps 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.