file – Page 4 – POFTUT

How To Remove Files Older Than 1 Day/1 Week/1 Month Recursively

We are decent with scripting language bash and not now hot to remove older files for example 1 day. rm command do not have this type of option to use easily. I think adding this type of feature make a lot of system administrators more happy. Remove Older Than 1 Day We will use following … 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