{"id":321,"date":"2011-12-05T19:44:27","date_gmt":"2011-12-05T19:44:27","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/12\/05\/navigate-command-line\/"},"modified":"2025-01-30T10:15:51","modified_gmt":"2025-01-30T15:15:51","slug":"navigate-command-line","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/","title":{"rendered":"How to Change Directories using SSH Commands"},"content":{"rendered":"\n<p>In our previous article, we showed you <a href=\"\/support\/server\/ssh\/how-to-login-ssh\/\">how to login to your server via SSH<\/a>. If you&#8217;re following along our tutorial, the next item to learn is how to navigate around the file system and change the directory you are working in. This is the same whether you are connecting from a <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">VPS<\/a>, <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\">Dedicated server<\/a> or <a href=\"https:\/\/www.inmotionhosting.com\/shared-hosting\">Shared web hosting service<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using SSH with your files<\/h2>\n\n\n\n<p>The following article will help you with navigating through your folders and files using SSH. The secure shell interface (SSH) uses a command line interface that allows you type commands to manipulate and view your server files.<\/p>\n\n\n\n<p class=\"alert alert-info\"> We are using the following account:<br><strong>domain:<\/strong> <em>example.com<\/em><br><strong>cPanel username:<\/strong> <em>user5<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What directory am I working in?<\/h2>\n\n\n\n<p>When you first log in via SSH, you will be placed in your home folder. For our user, it is <strong>\/home\/user5<\/strong>. Further on in this page, you&#8217;ll change directories. If you ever need to determine which directory you are currently in, use the <strong>pwd<\/strong> command. The <a href=\"\/support\/server\/linux\/pwd-command\/\">pwd command<\/a> will print the working directory:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"user5@example.com [~]# pwd\n\/home\/user5\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">user5@example.com [<\/span><span style=\"color: #F97583\">~<\/span><span style=\"color: #E1E4E8\">]# pwd<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">home<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">user5<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What is in this directory?<\/h2>\n\n\n\n<p>Now that you know which directory you are in, you may want to know what files and folders and in this directory. You can use the <a href=\"\/support\/server\/linux\/ls-command\/\"><strong>ls<\/strong> command<\/a> to list the directory contents:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"user5@example.com [~]# ls\n.\/ ..\/ .bash_logout .bash_profile .bashrc .contactemail .dns .gemrc .htpasswds\/ etc\/ mail\/ perl5\/ public_ftp\/ public_html\/ tmp\/ www@\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">user5@example.com [<\/span><span style=\"color: #F97583\">~<\/span><span style=\"color: #E1E4E8\">]# ls<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">.<\/span><span style=\"color: #9ECBFF\">\/<\/span><span style=\"color: #DBEDFF\"> <\/span><span style=\"color: #79B8FF\">..<\/span><span style=\"color: #9ECBFF\">\/<\/span><span style=\"color: #E1E4E8\"> .bash_logout .bash_profile .bashrc .contactemail .dns .gemrc .htpasswds<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> etc<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> mail<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> perl5<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> public_ftp<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> public_html<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> tmp<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\"> www@<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>The results above are simply a listing of files and folders in your current account. Many times you&#8217;ll need more information than this. For example, you may need to see file sizes or permissions. You can add the <code><strong>-alh<\/strong> flags<\/code> to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>a<\/strong> &#8211; do not ignore entries starting with . (hidden files, such as .htaccess)<\/li>\n\n\n\n<li><strong>l<\/strong> &#8211; use a long listing format (shows additional information such as filesizes and permissions)<\/li>\n\n\n\n<li><strong>h<\/strong> &#8211; when using -l (described immediately above), prints file sizes in human readable format (e.g., 1K 234M 2G)<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"user5@example.com [~]# ls -alh\ntotal 60K\ndrwx--x--x 9 user5 user5 4.0K Dec 5 11:23 .\/\ndrwx--x--x 36 root root 4.0K Dec 5 11:15 ..\/\n-rw-r--r-- 1 user5 user5 24 Dec 5 11:15 .bash_logout\n-rw-r--r-- 1 user5 user5 191 Dec 5 11:15 .bash_profile\n-rw-r--r-- 1 user5 user5 124 Dec 5 11:15 .bashrc\n-rw------- 1 user5 user5 18 Dec 5 11:15 .contactemail\n-rw-r--r-- 1 user5 user5 20 Dec 5 12:27 .dns\n-rw-r--r-- 1 user5 user5 147 Dec 5 11:15 .gemrc\ndrwxr-x--- 2 user5 nobody 4.0K Dec 5 11:15 .htpasswds\/\ndrwxr-x--- 2 user5 mail 4.0K Dec 5 11:15 etc\/\ndrwxr-x--- 8 user5 user5 4.0K Dec 5 11:15 mail\/\ndrwxr-xr-x 2 user5 user5 4.0K Dec 5 11:23 perl5\/\ndrwxr-xr-x 3 user5 user5 4.0K Dec 5 11:15 public_ftp\/\ndrwxr-x--- 3 user5 nobody 4.0K Dec 5 11:15 public_html\/\ndrwxr-xr-x 2 user5 user5 4.0K Dec 5 11:15 tmp\/\nlrwxrwxrwx 1 user5 user5 11 Dec 5 11:15 www -&gt; public_html\/\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">user5@example.com [<\/span><span style=\"color: #F97583\">~<\/span><span style=\"color: #E1E4E8\">]# ls <\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">alh<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">total 60<\/span><span style=\"color: #79B8FF\">K<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwx<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">x<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">x <\/span><span style=\"color: #79B8FF\">9<\/span><span style=\"color: #E1E4E8\"> user5 user5 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">23<\/span><span style=\"color: #E1E4E8\"> .<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwx<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">x<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">x <\/span><span style=\"color: #79B8FF\">36<\/span><span style=\"color: #E1E4E8\"> root root 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> ..<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">rw<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">24<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> .bash_logout<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">rw<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">191<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> .bash_profile<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">rw<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">124<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> .bashrc<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">rw<\/span><span style=\"color: #F97583\">-------<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">18<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> .contactemail<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">rw<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">20<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">12<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">27<\/span><span style=\"color: #E1E4E8\"> .dns<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">rw<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\">r<\/span><span style=\"color: #F97583\">--<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">147<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> .gemrc<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x<\/span><span style=\"color: #F97583\">---<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">2<\/span><span style=\"color: #E1E4E8\"> user5 nobody 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> .htpasswds<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x<\/span><span style=\"color: #F97583\">---<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">2<\/span><span style=\"color: #E1E4E8\"> user5 mail 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> etc<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x<\/span><span style=\"color: #F97583\">---<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">8<\/span><span style=\"color: #E1E4E8\"> user5 user5 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> mail<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">xr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x <\/span><span style=\"color: #79B8FF\">2<\/span><span style=\"color: #E1E4E8\"> user5 user5 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">23<\/span><span style=\"color: #E1E4E8\"> perl5<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">xr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x <\/span><span style=\"color: #79B8FF\">3<\/span><span style=\"color: #E1E4E8\"> user5 user5 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> public_ftp<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x<\/span><span style=\"color: #F97583\">---<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">3<\/span><span style=\"color: #E1E4E8\"> user5 nobody 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> public_html<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">drwxr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">xr<\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">x <\/span><span style=\"color: #79B8FF\">2<\/span><span style=\"color: #E1E4E8\"> user5 user5 4.0<\/span><span style=\"color: #79B8FF\">K<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> tmp<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">lrwxrwxrwx <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> user5 user5 <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\"> Dec <\/span><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">11<\/span><span style=\"color: #E1E4E8\">:<\/span><span style=\"color: #79B8FF\">15<\/span><span style=\"color: #E1E4E8\"> www <\/span><span style=\"color: #F97583\">-&gt;<\/span><span style=\"color: #E1E4E8\"> public_html<\/span><span style=\"color: #F97583\">\/<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"navigate\">How can I navigate to another directory?<\/h2>\n\n\n\n<p>Using the cd command, you can change directories. For example, if we want to navigate to the public_html folder, you can issue this command:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"ser5@example.com [~]# cd public_html\/\nTo confirm you are in this directory, you can use pwd to print the directory you are currently in:\n\nuser5@example.com [~\/public_html]# pwd\n\/home\/user5\/public_html\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">ser5@example.com [<\/span><span style=\"color: #F97583\">~<\/span><span style=\"color: #E1E4E8\">]# cd public_html<\/span><span style=\"color: #F97583\">\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">To confirm you are <\/span><span style=\"color: #F97583\">in<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">this<\/span><span style=\"color: #E1E4E8\"> directory, you can use pwd to print the directory you are currently <\/span><span style=\"color: #B392F0\">in<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">user5@example.com [<\/span><span style=\"color: #F97583\">~\/<\/span><span style=\"color: #E1E4E8\">public_html]# pwd<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">home<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">user5<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">public_html<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">How can I go back one directory?<\/h2>\n\n\n\n<p>We were previously at <code>\/home\/user5<\/code> and we changed to our <code>\/home\/user5\/public_html<\/code> folder. If we want to go up one level, i.e back to our <code>\/home\/user5<\/code> folder, you can use <code>cd ..<\/code><\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"user5@example.com [~\/public_html]# cd ..\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">user5@example.com [<\/span><span style=\"color: #F97583\">~\/<\/span><span style=\"color: #E1E4E8\">public_html]# cd ..<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>We can confirm where we&#8217;re at by printing the directory we&#8217;re currently in:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"user5@example.com [~]# pwd\n\/home\/user5\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">user5@example.com [<\/span><span style=\"color: #F97583\">~<\/span><span style=\"color: #E1E4E8\">]# pwd<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">home<\/span><span style=\"color: #F97583\">\/<\/span><span style=\"color: #E1E4E8\">user5<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Learn more about <a href=\"https:\/\/www.inmotionhosting.com\/ssh-hosting\">SSH Hosting<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In our previous article, we showed you how to login to your server via SSH. If you&#8217;re following along our tutorial, the next item to learn is how to navigate around the file system and change the directory you are working in. This is the same whether you are connecting from a VPS, Dedicated server<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4307],"tags":[],"class_list":["post-321","post","type-post","status-publish","format-standard","hentry","category-ssh"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Change Directories &amp; View Files with SSH | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"After logging into your server via SSH, you can use these commands to navigate your server, change folders, and view files.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change Directories &amp; View Files with SSH | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"After logging into your server via SSH, you can use these commands to navigate your server, change folders, and view files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-12-05T19:44:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-30T15:15:51+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Change Directories using SSH Commands\",\"datePublished\":\"2011-12-05T19:44:27+00:00\",\"dateModified\":\"2025-01-30T15:15:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\"},\"wordCount\":395,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"SSH and Root Access\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\",\"name\":\"Change Directories & View Files with SSH | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2011-12-05T19:44:27+00:00\",\"dateModified\":\"2025-01-30T15:15:51+00:00\",\"description\":\"After logging into your server via SSH, you can use these commands to navigate your server, change folders, and view files.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Change Directories using SSH Commands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Change Directories & View Files with SSH | InMotion Hosting","description":"After logging into your server via SSH, you can use these commands to navigate your server, change folders, and view files.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/","og_locale":"en_US","og_type":"article","og_title":"Change Directories & View Files with SSH | InMotion Hosting","og_description":"After logging into your server via SSH, you can use these commands to navigate your server, change folders, and view files.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2011-12-05T19:44:27+00:00","article_modified_time":"2025-01-30T15:15:51+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Change Directories using SSH Commands","datePublished":"2011-12-05T19:44:27+00:00","dateModified":"2025-01-30T15:15:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/"},"wordCount":395,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["SSH and Root Access"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/","name":"Change Directories & View Files with SSH | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2011-12-05T19:44:27+00:00","dateModified":"2025-01-30T15:15:51+00:00","description":"After logging into your server via SSH, you can use these commands to navigate your server, change folders, and view files.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/navigate-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Change Directories using SSH Commands"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4307,"name":"SSH and Root Access","slug":"ssh","link":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=321"}],"version-history":[{"count":8,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/321\/revisions"}],"predecessor-version":[{"id":129131,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/321\/revisions\/129131"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}