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
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 |
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 |
What is virtual memory?
What is default permissions for others in a file?
How to recover a system whose root password has lost?
What does the ?route? command do?
what is mean by kernal?
What is a Map?
what happens when we create a file system?
What is the number of the masked code ee@?
2 Answers Accenture, Amazon, Amdocs,
What is a daemon?
How to remove weird filenames?
What does mknod do? What?s a named pipe?
Give the command to display space usage on the UNIX file system.