how to access /home directory in cpanel server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pornsearcher
    Confirmed User
    • Apr 2006
    • 1735

    #1

    how to access /home directory in cpanel server?

    I have cpanel server.I want to save some files in /home directory.but i when i login through ftp or cpanel i directly go /home/username/public_html/ .
    I have root access and ssh access.i cannot able to figure how to save files in home directory.I have to save two files in my home directory.
    thanks for your help.
  • directfiesta
    Too lazy to set a custom title
    • Oct 2002
    • 30140

    #2
    In Cpanel,use File Manager.

    You should get directly to the root of that site.

    At least, that is the way my customers are setup.
    I know that Asspimple is stoopid ... As he says, it is a FACT !

    But I can't figure out how he can breathe or type , at the same time ....

    Comment

    • cem
      Confirmed User
      • Sep 2002
      • 415

      #3
      upload your files to your /home/username/ directory

      after that,

      SSH into your server (you might want to use Putty)

      type the following,

      mv /home/username/filename1 /home
      mv /home/username/filename2 /home
      etc.

      Comment

      Working...