You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lsof is a command meaning "list open files", which is used in many Unix-like systems to report a list of all open files
and the processes that opened them.