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 |
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
How do you list the files in an UNIX directory while also showing hidden files?
How to setup display for a remote system?
differentiate between named & unnamed pipe.
11 Answers Cisco, IIT, ISEC,
what is difference between kernel and shell?
What is paging?
What is the difference between windows environment and Unix environment ?
Which is the most commonly used replacement algorithm?
0 Answers Aditi Placement Service,
Name key files or directories on a UNIX system that should always be backed up?
virtual terminal protocol is an example of which layer and works with which layer?
why do you need to have a swap file system?