Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Sunday, April 3, 2022

bash: ./saycheese.sh: Permission denied

  • https://kalilinuxtutorials.com/saycheese/
  • https://baasith-shiyam1.medium.com/how-to-hack-into-a-phone-camera-kali-linux-7618da3149d1
  • https://github.com/hangetzzu/saycheese
  • Tried to run a shell script in the folder /saycheese.

    Output from Terminal Emulator

    mya55@mya55:~/saycheese$ ./saycheese.sh
    bash: ./saycheese.sh: Permission denied

    mya55@mya55:~/saycheese$ getfacl saycheese.sh
    # file: saycheese.sh
    # owner: mya55
    # group: mya55
    user::rw-
    group::r--
    other::r--

    mya55@mya55:~/saycheese$ chmod u+x saycheese.sh
    mya55@mya55:~/saycheese$ getfacl saycheese.sh
    # file: saycheese.sh
    # owner: mya55
    # group: mya55
    user::rwx
    group::r--
    other::r--

    No comments:

    Post a Comment