0

I am new to Kali Linux i was trying to run clang file which i did but a a.out file appears what to do next?

zsh: no such file in directory: /a.out

I have trying to do it so many time please help

Kusalananda
  • 320,670
  • 36
  • 633
  • 936
Chirag
  • 1
  • See also [Why do we use "./" (dot slash) to execute a file in Linux/UNIX?](https://unix.stackexchange.com/questions/4430/why-do-we-use-dot-slash-to-execute-a-file-in-linux-unix) – steeldriver Sep 02 '22 at 12:11
  • It may be that you have simply forgotten to type the initial `.` in `./a.out` to execute the `a.out` executable in the current directory (`./`). – Kusalananda Sep 02 '22 at 12:12

0 Answers0