Getting an error like this while moving one file from one directory to another directory inside it:
mv: cannot stat '/Home/Documents/liza_susan/org_chart.html': No such file or directory
My linux command is:
mv /Home/Documents/liza_susan/org_chart.html Home/Documents/liza_susan/task
But the error is showing no such file or directory
see this image.. I want to move this org_chart.html file from liza_susan directory to task directory in liza_susan directory