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 UNIX command will control the default file permissions when files are created?
What is Expansion swap?
What is Fork swap?
1 Answers Infosys, SSI Small Scale Industries,
What do you mean by u-area (user area) or u-block?
What is 'inode'?
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
HOW DO CREATE A NFS FILE SYSTEM
What is a daemon?
If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh
Which is the most commonly used replacement algorithm?
0 Answers Aditi Placement Service,
Give two UNIX kernel parameters that effect an Oracle install
What is the difference between Swapping and Paging?