Difference between revisions of "AFS"
Jump to navigation
Jump to search
m |
m |
||
Line 7: | Line 7: | ||
</pre> | </pre> | ||
− | Be careful: just using <tt>'$ kinit'</tt> might call the wrong Kerberos version (check with <tt>which kinit</tt>. | + | Be careful: just using <tt>'$ kinit'</tt> might call the wrong Kerberos version (check with <tt>which kinit</tt>). |
Latest revision as of 10:18, 9 July 2008
To be able to access your homedir on /afs/cern.ch/user/... :
$ /usr/kerberos/bin/kinit -4 <afsusername> $ /usr/kerberos/bin/kinit -5 <afsusername> $ aklog -cell cern.ch
Be careful: just using '$ kinit' might call the wrong Kerberos version (check with which kinit).