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 INODE?

6 Answers   BMC,


Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????

1 Answers   TCS,


What is mutex?

2 Answers   BMC,


i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help

0 Answers   Crimson Logic,


How does the inode map to data block of a file?

3 Answers  


differentiate between named & unnamed pipe.

11 Answers   Cisco, IIT, ISEC,


How to remove weird filenames?

1 Answers  


what is mean by kernal?

9 Answers   Excel,


Explain iostat, vmstat and netstat.

2 Answers  


How do you log in to a remote Unix box?

2 Answers  


What are the processes that are not bothered by the swapper? Give Reason.

1 Answers  


How do you create special files like named pipes and device files?

1 Answers   Wipro,


Categories