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

. 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 does mknod do? What?s a named pipe?

1 Answers   Datamatics,


how to check GDE,EME,Java,Oracle9i Enterprise Edition Release versions Versions on unix system

1 Answers  


What is the difference between internal and external commands?

13 Answers   BPL, DOEACC, Engro, Kuvempu University, NIIT, TCS,


Explain the read, write, and execute permissions on a UNIX directory.

1 Answers  


What does the ?route? command do?

2 Answers  


does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?

1 Answers   HP,


what is a profile?

1 Answers  


What is a daemon?

6 Answers  


What is file constructing in UNIX/AIX ?

2 Answers   IBM, TCS,


What is an inode?

8 Answers  


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

1 Answers   TCS,


Categories