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 do you mean by u-area (user area) or u-block?

6 Answers  


What do you mean by nice value?

4 Answers  


. 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

0 Answers  


What is paging?

2 Answers   BMC,


How will you run the script in UNIX?

5 Answers   BMC,






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

1 Answers   TCS,


process id for kernell process?

4 Answers   TCS,


What is Expansion swap?

1 Answers   KISSI,


I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima

0 Answers  


What is the main advantage of creating links to a file instead of copies of the file?

5 Answers   Cisco, ING,


How to put a job in background & bring it to foreground?

3 Answers  


What is default permissions for others in a file?

5 Answers  


Categories