Hello,
When I enter the command in the terminal this one ```
gcc kernel_expoit.c -o kernel_expoit && chmod +x kernel_expoit
This is the error i got gcc: error: kernel_expoit.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
would like to know how to fix it . Thank you