IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2005, 4:52:32 PM (21 years ago)
Author:
jhoblitt
Message:

add gid generator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/docs/setup.txt

    r4801 r4802  
    11- Create a UNIX group for Nebulous
    22
    3 # groupadd nebulous
     3# groupadd -g 877 nebulous
     4
     5This is a silly hack to generate a gid.
     6
     7$ perl -le 'map { $gid += ord } split //, shift; print $gid' nebulous
    48
    59- Add the users that you want to be able to access Nebulous to that group
Note: See TracChangeset for help on using the changeset viewer.