What happens if more than one file or directory name matches what
you've typed so far?
Again, that depends on the shell you're using.
The cursor will probably stay where it is, and the terminal may beep.
At this point, the easiest answer could be to type more characters of
the name (to make the name unique) and press TAB again
to complete the rest of the name.
You may also be able to get a list of all possible completions;
after the first beep, try pressing TAB again (or
CTRL-D, depending on your shell) and you may see a list
of all names starting with the characters you've typed so far.
Here's an example from the bash shell:
$ cp /etc/paTAB(beep)TAB
pam.d paper.config passwd passwd- passwd.OLD
$ cp /etc/pa
At this point, I could type another character or two--an
s, for example--and then press
TAB once more to make /etc/passwd.
 |  |  |
3.4. Graphical Filesystem Browsers |  | 3.6. Changing Your Password |