Aucun fichier ou répertoire de ce type

Solved
moise02 -  
 moise02 -
Hello,

I've been trying for 2 days to understand my mistake but nothing works...

I want to launch a samp server, I've installed everything correctly, but when I run the command: ./samp03svr & the command returns this:

bash: ./samp03svr: No such file or directory

I want to clarify that the samp03svr file is indeed in the folder where I run the command...

Thank you...

Configuration: Windows / Mozilla 11.0

2 answers

  1. Anonymous user
     
    ```bash
    chmod: changing permissions of 'samp03svr': Operation not permitted

    Linux hostname 5.4.0-42-generic #46-Ubuntu SMP Fri Aug 14 16:20:27 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    samp03svr: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=..., with debug_info, not stripped

    total 12
    -rwxr-xr-x 1 user user 102400 Aug 10 12:00 samp03svr
    -rw-r--r-- 1 user user 20480 Aug 9 11:30 sample.txt
    -rw-r--r-- 1 user user 4096 Aug 8 10:00 config.cfg

    ./samp03svr: command not found
    ```
    2
    1. moise02
       
      Hello Rocailleux,

      uname -a
      Linux vps 2.6.32-042stab116.1 #1 SMP Wed May 4 16:21:02 MSK 2016 x86_64 GNU/Linux

      file samp03svr
      bash: file: command not found


      ls -l
      total 2008
      -rwx------ 1 server server 3777 Aug 9 2010 LICENSE
      -rwx------ 1 server server 1847 Oct 14 2009 README
      -rwx------ 1 server server 10936 Jan 24 2015 announce
      drwx------ 2 server server 4096 Aug 13 2010 filterscripts
      drwx------ 2 server server 4096 Sep 10 2009 gamemodes
      drwx------ 2 server server 4096 Sep 5 2009 include
      -rw------- 1 server server 0 Dec 4 10:06 nohup.out
      drwx------ 3 server server 4096 Sep 28 2009 npcmodes
      -rwx------ 1 server server 591652 Jul 11 2015 samp-npc
      -rwx--x--x 1 server server 1416792 Jul 14 2015 samp03svr
      drwx------ 4 server server 4096 Oct 12 2009 scriptfiles
      -rwx------ 1 server server 319 Dec 4 10:07 server.cfg


      ./samp03svr
      bash: ./samp03svr: No such file or directory


      there you go! Thanks for your reply.
      0
    2. Anonymous user
       
      Yes, it's curious, you are indeed the user "server"? (command whoami)

      edit: uh... which OS is on your server that the file command doesn't exist?

      try the command "touch samp03svr"
      0