I have created cron jobs by using "crontab -e" command. And they are working good . I tried crontab -r command which removes all cron job from server. These are my crons.
=> * 2 * * * root /usr/bin/php /home/user/test.php
=> * 3 * * * root /usr/bin/php /home/user/test2.php
=> * 4 * * * root /usr/bin/php /home/user/test3.php
How can I remove specific ones. Could you please help me for the solution ?