Page 1 of 1

how to move files from the root directory to home directory.

Posted: Thu Nov 13, 2014 2:29 pm
by yoyocint
Some files were located in the bootable hdd root directory and cant seem to find how to move them to the home directory.

how do I move them from root to home directory?

[ Post made via Android ] Image

Re: how to move files from the root directory to home direct

Posted: Thu Nov 13, 2014 2:32 pm
by bigfoot65
You can do the following as root user:

Code: Select all

mv /root/filename /home/user
Recommend you check out the many internet sites with basic linux commands. Best way to learn how to do things is trial and error.

Knowing the basic commands will be beneficial as you grow your HDA.