- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- -bash: cd: RESPALDOS/: No such file or
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2010 03:20 PM
тАО11-19-2010 03:20 PM
-bash: cd: RESPALDOS/: No such file or
[root@serv home]# ls
admin httpd RESPALDOS samba
[root@serv home]# cd RESPALDOS/
-bash: cd: RESPALDOS/: No such file or directory
[root@ser home]# pwd
/home
[root@serv home]# ls
admin httpd RESPALDOS samba
[root@serv home]# cd RESPALDOS/
-bash: cd: RESPALDOS/: No such file or directory
[root@serv home]# pwd
/home
[root@serv home]#
thaks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2010 06:34 PM
тАО11-19-2010 06:34 PM
Re: -bash: cd: RESPALDOS/: No such file or
Not without more information, but my first
guess is that there could be some invisible
characters in that "RESPALDOS".
> [root@serv home]# ls
man ls
ls -bl
cd *E*
> [root@serv home]# cd RESPALDOS/
Why add the slash ("/")?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2010 01:16 AM
тАО11-20-2010 01:16 AM
Re: -bash: cd: RESPALDOS/: No such file or
Perhaps the shell did that with filename completion? (A slash shouldn't hurt and you can add as many as you want. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2010 03:30 PM
тАО11-22-2010 03:30 PM
Re: -bash: cd: RESPALDOS/: No such file or
try this:
mv ./*RESP* ./junk
mv ./junk ./RESPALDOS
If it doesn't work, try another part of the substring, like "PALD"
mv ./*PALD* ./junk
mv ./junk ./RESPALDOS
or another example:
mv ./*SPA* ./junk
mv ./junk ./RESPALDOS
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2010 07:20 PM
тАО11-22-2010 07:20 PM
Re: -bash: cd: RESPALDOS/: No such file or
> characters in your directory name.
_I_ never said "junk".
> If it doesn't work, try another part of the
> substring, like "PALD"
Like, say. "*E*"?
> [...] don't create user directories all in
> caps; it's just bad form. [...]
Define "bad form". (Or "good form".)