Useful Bash Command
Find a process that is using a particular port : Ref
sudo netstat -lpn |grep :[port]
Search text in directory : Ref
grep -Hrn "[text]" [path/to/files]
Display permission number : Ref
stat -c %a [path/to/files]
Written by MacKittipat
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#bash
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#