+ 3
how can we find bugs by coding in linux?
hello friends, can you tell me how can we find bugs by coding in linux? i want to find a bug but i dont know its procedure can you tell me?
3 Antworten
+ 1
open terminal, cd project, and write this code
vim index.php
example.... if your bug in example.php, and example.php in test folder , and test folder in html , you can write this.
cd /var/www/html/test
sudo vim example.php
+ 7
Do you mean a bug in the Linux kernel...?
If not, bugs in Linux are exactly the same like in Windows or macOS, you just need the compiler/interpreter for your language.
+ 1
18 hours ago
Ալվինա Գևորգյան
thank you friend
your answer is very much good and working also.