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 grep & find?

3 Answers   HCL,


How to list only the directories inside a directory?

4 Answers  


what is mean by kernal?

9 Answers   Excel,


Explain iostat, vmstat and netstat.

2 Answers  


What is the difference between hard link & softlink?

2 Answers  






what is RAID 1+0?

2 Answers  


what is difference between kernel and shell?

18 Answers   Juniper Networks,


What is ant_build.sh? Have u seen that file?

0 Answers   BMC,


Telnet sometimes doesn't permit root logons,how will you then change a file writable only by root on a remote host?

1 Answers  


What is a FIFO?

2 Answers  


why unix command can be divided into internal and external command

1 Answers   IBM,


How will you run the script in UNIX?

5 Answers   BMC,


Categories