UNIX - Linux NFS Rights need Help


 
Thread Tools Search this Thread
Operating Systems Linux SuSE UNIX - Linux NFS Rights need Help
# 8  
Old 08-09-2005
That id command is showing that you are a member of a group with a gid of 20. Meanwhile that ls command is showing that the gid of the file is 200.

20 is not equal to 200.

Now suppose on the Linux box you have "dweebs::200:" and on the HP-UX box you have "dweebs::20:". That does not help. 20 continues to not be equal to 200. NFS looks at uid and gid only. The user name and group name do not count at all.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Convert UNIX rights in a number in a sh script

Hello, i'm trying to write a script sh to convert the rights of a folder or file in a number. Explain: ls -l = rwxrwxrwx so i must display 777. Do you known where i can find so convert script Thanks Use code tags, thanks. (11 Replies)
Discussion started by: steiner
11 Replies

2. Solaris

Jumpstart and Linux NFS

A simple question about nfs and jumpstart ,i setup server (all on linux) tftp ok # boot and reach menu grub,and start nfs not ok i did /export/solaris 192.168.0.0/24(ro,no_root_squash,anonuid=0,anongid=0) and on solaris i put config with sysidcfg,profile,etc When solaris boot from net it... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

3. UNIX for Dummies Questions & Answers

Question about UNIX file rights

Hello experts, i am a Unix beginner and to test the rules of file rights (rwx) i created the file /root/testdir/subdir/test.sh and set the rights of testdir,subdir, test.sh (using chmod) to various configurations in order to get an idea in which case you need which rights. Test commands... (5 Replies)
Discussion started by: mike_bn
5 Replies

4. Shell Programming and Scripting

Management application user rights on the files in a Unix / Linux

good evening .. I have a plea, who I can help me with a management application user rights on the files in a Unix / Linux I need for college .. .. and not told us no clue .. thank you (1 Reply)
Discussion started by: alex90
1 Replies

5. HP-UX

Writing from Unix DB to Linux NFS

I have an HP Unix server with Oracle DB and want to write Datapumo export files across the network to IMB/Linux NFS. Will that work? (3 Replies)
Discussion started by: Duane McDonough
3 Replies

6. Red Hat

NFS performance stats on Linux

Hi everyone, The last two days I'm researching results of NFS operations on Linux, and I noticed some time difference when read and write. cat /proc/version : Linux version 2.6.9-42.ELsmp (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 SMP Wed Jul 12... (1 Reply)
Discussion started by: sysgate
1 Replies

7. UNIX for Dummies Questions & Answers

Unix access rights

Hi, Is it true that if I am not the root I can not select access permissions to a file that I own so that my friend (who also isn't the root) can access that file? And is it true that the only way to accomplish it is to ask the root to "put" my friend into "my" group? Then I could simply set... (1 Reply)
Discussion started by: rudo
1 Replies

8. Red Hat

How to nfs mount with Redhat Linux

*** I also posted this in the Unix general forum, but would like to get the Linux point of view. *** Hello all - I've searched this forum, but was unable to find out the info I need. I'm trying to mount (nfs mount) a directory on another box from my Linux machine. The mount point... (1 Reply)
Discussion started by: Heron
1 Replies
Login or Register to Ask a Question
NFSSTAT(1)						    BSD General Commands Manual 						NFSSTAT(1)

NAME
nfsstat -- display NFS statistics SYNOPSIS
nfsstat [-cemoszW] [-M core] [-N system] [-w wait] DESCRIPTION
The nfsstat command displays statistics kept about NFS client and server activity. For the NFSv4 server, the statistics are for operations within the Compound RPCs and not the count of RPCs. If you wish to compare RPC counts between NFSv3 and NFSv4, you must use statistics in the client(s). The options are as follows: -c Only display client side statistics. -e Report the extra statistics collected by the new NFS client and server for NFSv4. This option is incompatible with -o. -M Extract values associated with the name list from the specified core instead of the default /dev/kmem. -m Report the mount options for all new NFS client mounts. This option overrides all others and nfsstat will exit after completing the report. This option is only supported by the new NFS client. -N Extract the name list from the specified system instead of the default /boot/kernel/kernel. -o Report statistics for the old NFS client and/or server. Without this option statistics for the new NFS client and/or server will be reported. -s Only display server side statistics. -W Use wide format with interval short summary. This option is especially useful when combined with -c or -s and a time delay. -w Display a shorter summary of NFS activity for both the client and server at wait second intervals. -z Reset statistics after displaying them. FILES
/boot/kernel/kernel default kernel namelist /dev/kmem default memory file SEE ALSO
fstat(1), netstat(1), ps(1), systat(1), sysctl(3), iostat(8), nfsdumpstate(8), pstat(8), vmstat(8) HISTORY
The nfsstat command appeared in 4.4BSD. BSD
May 1, 2013 BSD