fuser – POFTUT

Linux fuser Command Tutorial With Examples

Linux have a lot of tools to manage processes and network. But fuser is one of the most popular tool which combines process and network management in a single command. fuser can display process according to their directory, file and network handles. Also it can kill these process according to various parameter. Syntax fuser [options] [file|socket] Help … Read more

How to Use ‘fuser’ to Match User and Process

fuser is used to identify processes using files or sockets. There are alternatives for this tool but this tool is simple according to others. In this tutorial we will look usage of the fuser command. View Processes Using A Directory The processes using specified directory can be see with -v argument like below. $ fuser -v … Read more