How to search for a file or directory in Linux Ubuntu machine

Posted by Jury A on Stack Overflow See other posts from Stack Overflow or by Jury A
Published on 2012-09-22T20:21:25Z Indexed on 2012/09/23 3:37 UTC
Read the original article Hit count: 105

Filed under:

I created an EC2 instance (Ubuntu 64 bit) and attached a volume from a publicly available snapshot to the instance. I successfully mounted the volume. I am supposed to be able to run a script from this attached volume using the following steps as explained in the tutorial:

Log in to your virtual machine. 
mkdir /space 
mount /dev/sdf1 /space 
cd /space 
./setup-script

The problem is that, when I try: ./setup-script I got the following message: -bash: ./setup-script: No such file or directory

What is the problem ? How can I search for the ./setup-script in the whole machine ? I'm not very familiar with linux system. Please, help.

For more details about the issue: Look at my previous post: Error when mounting drive

© Stack Overflow or respective owner

Related posts about amazon-ec2