I am new to Linux and command line. How do I move a directory under Linux operating systems?
{ 2 comments }
I would like to move a directory one level up into the root directory. I’ve all html files located in /home/apache2/www/html directory, and I’d like to move /home/apache2/www/html to one level up at /home/apache2/www/. How can I accomplish this over the ssh session?
{ 0 comments }