• facing permission denied error

    From ISHFAQ ALAM@21:1/5 to All on Sat Mar 12 23:03:53 2022
    while executing the ./test.sh command i m facing an error of
    -bash: ./test.sh: Permission denied
    what should i do someone help me please!!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Giovanni@21:1/5 to ISHFAQ ALAM on Sun Mar 13 10:36:48 2022
    On 3/13/22 08:03, ISHFAQ ALAM wrote:
    while executing the ./test.sh command i m facing an error of
    -bash: ./test.sh: Permission denied
    what should i do someone help me please!!

    Check the execution permissions.

    $ ls -l ./test.sh

    should return

    -rwxr-xr-x 1 lsodgf0 users 1857 Oct 22 12:35 test.sh


    Ciao
    Giovanni
    --
    A computer is like an air conditioner,
    it stops working when you open Windows.
    < http://giovanni.homelinux.net/ >

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)