Linux Command to find all the client names and their mountpoints

52 views Asked by At

Is there any command so that one can get all the client names and their mount points by this single command in Linux? How about in Windows?

1

There are 1 answers

3
Arnab Nandy On BEST ANSWER

You can use usermount command to list all the mount points.

But also you can give a try to check /etc/fstab file

cat /etc/fstab 

or

df -k