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 |
. 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
What does mknod do? What?s a named pipe?
how to check GDE,EME,Java,Oracle9i Enterprise Edition Release versions Versions on unix system
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.
What does the ?route? command do?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
what is a profile?
What is a daemon?
What is file constructing in UNIX/AIX ?
What is an inode?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????