showmount


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers showmount
# 1  
Old 12-13-2001
Network showmount

SIZE=3]Is the only root can "showmount".[/SIZE] How to set a user to be able "showmount"?
# 2  
Old 12-13-2001
Any user can run showmount. The only issue is that it resides in /usr/sbin. So just type:
/usr/sbin/showmount
and it should run. Also, you could use an alias like this:
alias showmount=/usr/sbin/showmount
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Showmount don't show NFS4

Configure nfs4 on aix ok i did all chnfsdom #return correct domain chnfs -r /export chnfs -p /export configured and shared pseudo root #etc/exports /export -nfsroot /var/pubblica -exname=/export/pubblica,vers=4,sec=sys:krb5p:krb5i:krb5:dh,rw exportfs -a mount correct mount... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Solaris

showmount -e : solaris 10

Hi Admins; I am working on nfs mount on solaris10. I can mount the remote directory from remote nfs server, but when I try "showmount -e serverIP " on client ; it shows nothing, just hanging... Anyone does know why showmount is not showing the exported share? Thanks (2 Replies)
Discussion started by: snchaudhari2
2 Replies

3. Solaris

showmount

Hi, when i give showmount -a command following is the error that i get. root@server # showmount -a showmount: server: RPC: Program not registered Can anyone say the cause for that, and also a solution. (5 Replies)
Discussion started by: amult
5 Replies
Login or Register to Ask a Question