<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: -bash: cd: RESPALDOS/: No such file or in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715694#M42797</link>
    <description>I'm with Steven - I think you've got junk characters in your directory name.&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;mv ./*RESP* ./junk&lt;BR /&gt;mv ./junk ./RESPALDOS&lt;BR /&gt;&lt;BR /&gt;If it doesn't work, try another part of the substring, like "PALD"&lt;BR /&gt;&lt;BR /&gt;mv ./*PALD* ./junk&lt;BR /&gt;mv ./junk ./RESPALDOS&lt;BR /&gt;&lt;BR /&gt;or another example:&lt;BR /&gt;&lt;BR /&gt;mv ./*SPA* ./junk&lt;BR /&gt;mv ./junk ./RESPALDOS&lt;BR /&gt;&lt;BR /&gt;Also, just as a hint, don't create user directories all in caps; it's just bad form. And... check your /etc/password file, as you may have junk in there too, if you used a tool of most any sort that created the user and the user's home directory, and maybe parts of their default profiles at the same time.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Nov 2010 23:30:01 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2010-11-22T23:30:01Z</dc:date>
    <item>
      <title>-bash: cd: RESPALDOS/: No such file or</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715691#M42794</link>
      <description>Hi, could you help me in understanding why i can not access to RESPALDOS folder?&lt;BR /&gt;&lt;BR /&gt;[root@serv home]# ls&lt;BR /&gt;admin  httpd  RESPALDOS  samba&lt;BR /&gt;[root@serv home]# cd RESPALDOS/&lt;BR /&gt;-bash: cd: RESPALDOS/: No such file or directory&lt;BR /&gt;[root@ser home]# pwd&lt;BR /&gt;/home&lt;BR /&gt;&lt;BR /&gt;[root@serv home]# ls&lt;BR /&gt;admin  httpd  RESPALDOS  samba&lt;BR /&gt;[root@serv home]# cd RESPALDOS/&lt;BR /&gt;-bash: cd: RESPALDOS/: No such file or directory&lt;BR /&gt;[root@serv home]# pwd&lt;BR /&gt;/home&lt;BR /&gt;[root@serv home]# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thaks in advance.</description>
      <pubDate>Fri, 19 Nov 2010 23:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715691#M42794</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2010-11-19T23:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: -bash: cd: RESPALDOS/: No such file or</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715692#M42795</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] could you help me [...]&lt;BR /&gt;&lt;BR /&gt;Not without more information, but my first&lt;BR /&gt;guess is that there could be some invisible&lt;BR /&gt;characters in that "RESPALDOS".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [root@serv home]# ls&lt;BR /&gt;&lt;BR /&gt;      man ls&lt;BR /&gt;&lt;BR /&gt;      ls -bl&lt;BR /&gt;&lt;BR /&gt;      cd *E*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [root@serv home]# cd RESPALDOS/&lt;BR /&gt;&lt;BR /&gt;Why add the slash ("/")?</description>
      <pubDate>Sat, 20 Nov 2010 02:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715692#M42795</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-11-20T02:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: -bash: cd: RESPALDOS/: No such file or</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715693#M42796</link>
      <description>&amp;gt;Steven: Why add the slash ("/")?&lt;BR /&gt;&lt;BR /&gt;Perhaps the shell did that with filename completion?  (A slash shouldn't hurt and you can add as many as you want.  :-)</description>
      <pubDate>Sat, 20 Nov 2010 09:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715693#M42796</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-20T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: -bash: cd: RESPALDOS/: No such file or</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715694#M42797</link>
      <description>I'm with Steven - I think you've got junk characters in your directory name.&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;mv ./*RESP* ./junk&lt;BR /&gt;mv ./junk ./RESPALDOS&lt;BR /&gt;&lt;BR /&gt;If it doesn't work, try another part of the substring, like "PALD"&lt;BR /&gt;&lt;BR /&gt;mv ./*PALD* ./junk&lt;BR /&gt;mv ./junk ./RESPALDOS&lt;BR /&gt;&lt;BR /&gt;or another example:&lt;BR /&gt;&lt;BR /&gt;mv ./*SPA* ./junk&lt;BR /&gt;mv ./junk ./RESPALDOS&lt;BR /&gt;&lt;BR /&gt;Also, just as a hint, don't create user directories all in caps; it's just bad form. And... check your /etc/password file, as you may have junk in there too, if you used a tool of most any sort that created the user and the user's home directory, and maybe parts of their default profiles at the same time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2010 23:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715694#M42797</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-11-22T23:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: -bash: cd: RESPALDOS/: No such file or</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715695#M42798</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  I'm with Steven - I think you've got junk&lt;BR /&gt;&amp;gt; characters in your directory name.&lt;BR /&gt;&lt;BR /&gt;_I_ never said "junk".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If it doesn't work, try another part of the&lt;BR /&gt;&amp;gt; substring, like "PALD"&lt;BR /&gt;&lt;BR /&gt;Like, say. "*E*"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] don't create user directories all in&lt;BR /&gt;&amp;gt; caps; it's just bad form. [...]&lt;BR /&gt;&lt;BR /&gt;Define "bad form".  (Or "good form".)</description>
      <pubDate>Tue, 23 Nov 2010 03:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bash-cd-respaldos-no-such-file-or/m-p/4715695#M42798</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-11-23T03:20:13Z</dc:date>
    </item>
  </channel>
</rss>

