I am trying to unmount a remote file system,but I do not
unmount that file system.How can i know the user name
(i.e.,user who is using that file system).....write the
command with argument

Answers were Sorted based on User's Feedback



I am trying to unmount a remote file system,but I do not unmount that file system.How can i know t..

Answer / navisite

you can use fuser -uc <filesystem>

it will list out the user (if any) accessing the filesystem.

If you want to forcefully remove the user from the
filesystem use

fuser -k <filesystem>

this will log the user off from the filesystem.

Is This Answer Correct ?    3 Yes 0 No

I am trying to unmount a remote file system,but I do not unmount that file system.How can i know t..

Answer / p.ashwini

we can use finger command
finger is similar to that of "w" command .If the user
workes with a special file it would not be shown in the
list with "w" command.That file can be seen with figer
command

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Unix AllOther Interview Questions

What is the difference between windows environment and Unix environment ?

8 Answers   Oracle,


What is the difference between > and >> operators?

6 Answers  


how to set request time out value for name resolution on clients (hp-ux) ?

1 Answers   Amdocs,


How do you use Unix for Backend Testing ?

1 Answers   Wipro,


What is Expansion swap?

1 Answers   KISSI,






why do you need to have a swap file system?

1 Answers  


What is 'inode'?

11 Answers   Infosys,


What does mknod do? What?s a named pipe?

1 Answers   Datamatics,


what is a profile?

1 Answers  


How do you execute a UNIX command in the background?

2 Answers  


What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?

1 Answers  


fork()?

2 Answers   TCS,


Categories