ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

About bash

asked 2013-01-04 07:37:45 -0500

Abinaya gravatar image

updated 2013-01-04 09:21:54 -0500

Mani gravatar image

I have given the cmd like this cd ~/fuerte_workspace/sandbox bash: cd: /home/abi/fuerte_workspace/sandbox: No such file or directory how can i recover this error always i'm getting error in my bash file

edit retag flag offensive close merge delete

Comments

Have you modified your ~/.bashrc file? If yes, can you please share your modifications?

Mani gravatar image Mani  ( 2013-01-04 09:21:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-01-04 09:31:39 -0500

allenh1 gravatar image

That error results from a directory not being in existence. You can create it:

mkdir ~/fuerte_workspace/sandbox

If it exists, make sure you are in the right user account. Maybe update your post with the end of your ~/.bashrc file? It is highly unlikely that this error is the result of that file, however.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-04 07:37:45 -0500

Seen: 213 times

Last updated: Jan 04 '13