search for: studentname

Displaying 2 results from an estimated 2 matches for "studentname".

2012 Mar 18
2
Removing session variables
If I create a data.frame using session variables as follows: classResults<-data.frame(subjEnglish,gradeEnglish,subjFrench,gradeFrench,row.names=studentName) How can I remove the variables? I tried > rm(names(classResults)) Error in rm(names(classResults)) :   ... must contain names or character strings Also, how can I include the row.names variable. I tried > names(classResults) [1] "subjEnglish"  "gradeEnglish" "...
2007 Jul 15
1
does samba support non-flat /home
...t; into the idmap. My question is can the smb.conf Global Option "template homedir =" be used to allow users to log in to their home dir if /home isn't flat? Is there another way to do this? We have about 1500 hundred kids whose home directories should look like /home/graduationYear/studentName So student a's home directory should look like: /home/2008/astudent and student b's might be: /home/2009/bstudent Would it be better to just leave out template homedir, remove the tdb's and rebind to windows? What would SAMBA's process be to map windows users to unix home dire...