sudo find /usr/bin -type f -executable -iname 'python*'
This will find the executable files start with 'python' inside /usr/bin directory.
sudo find /usr/bin -type f -executable -iname 'python*'
This will find the executable files start with 'python' inside /usr/bin directory.
For further actions, you may consider blocking this person and/or reporting abuse
Pranav Bakare -
Pranav Bakare -
Pranav Bakare -
Drew Harris -
Top comments (1)
That's a good one. Bookmarked! Thanks for sharing