1827378 Members
3816 Online
109963 Solutions
New Discussion

async driver

 
SOLVED
Go to solution

async driver

I can't remember how to check how many processes are using the async driver. I know I can check it glance plus but I want to do it from the command line.

Thnx
2 REPLIES 2
Sandman!
Honored Contributor
Solution

Re: async driver

Stafford,

You can use either fuser or lsof to get that information...

# fuser /dev/async
or
# lsof /dev/async

cheers!

Re: async driver

Thanks Sandman...I don't know why I could not remember fuser.