Skip to main content

Thread: "No Such File" even though the file is clearly there


so first show file want in current directory
code:
randy@diablo:~/.juniper_networks/network_connect$ ls -l ncs*  -rwxr-xr-x 1 root root 1167208 2009-03-11 08:40 ncsvc
now verify program can interact it, , tell me it's type
code:
randy@diablo:~/.juniper_networks/network_connect$ file ncsvc   ncsvc: elf 32-bit lsb executable, intel 80386, version 1 (sysv), dynamically linked (uses shared libs), gnu/linux 2.2.5, stripped
now i'll take @ beginning of file's contents
code:
randy@diablo:~/.juniper_networks/network_connect$ xxd ncsvc | head  0000000: 7f45 4c46 0101 0100 0000 0000 0000 0000  .elf............  0000010: 0200 0300 0100 0000 80d5 0408 3400 0000  ............4...  0000020: e0ca 1100 0000 0000 3400 2000 0800 2800  ........4. ...(.  0000030: 1d00 1c00 0600 0000 3400 0000 3480 0408  ........4...4...  0000040: 3480 0408 0001 0000 0001 0000 0500 0000  4...............  0000050: 0400 0000 0300 0000 3401 0000 3481 0408  ........4...4...  0000060: 3481 0408 1300 0000 1300 0000 0400 0000  4...............  0000070: 0100 0000 0100 0000 0000 0000 0080 0408  ................  0000080: 0080 0408 4145 1000 4145 1000 0500 0000  ....ae..ae......  0000090: 0010 0000 0100 0000 0050 1000 00d0 1408  .........p......
now try execute file
code:
randy@diablo:~/.juniper_networks/network_connect$ ./ncsvc   bash: ./ncsvc: no such file or directory
i'm totally lost. how can list file in directory, interact it's contents, , display it's contents, when try run bash can't find it?

i'll grateful can clear me!

try chmod a+x file

if doesn't work try giving 777 permissions test, looks permission related.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] "No Such File" even though the file is clearly there


Ubuntu

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums