search for: myhomedir

Displaying 3 results from an estimated 3 matches for "myhomedir".

Did you mean: mkhomedir
2002 Aug 09
0
Automation of public/private key generation
...h-keymanager,v 1.1 2002/07/08 16:04:13 ccadmin Exp $" ;export scriptID # # Change history: # $Log: ssh-keymanager,v $ # Revision 1.1 2002/07/08 16:04:13 ccadmin # Initial revision # # ------------------------------------------------------------------------------ SAVEDIR=`pwd` cd MYHOMEDIR=`pwd` MYHOSTNAME=`/bin/uname -n | cut -f1 -d .` MYNAME=`basename $0` TARGEThomedir=`pwd` TARGEThostname="" TARGETusername=${LOGNAME} MYUSERNAME=${LOGNAME} if [ -x /usr/xpg4/bin/cp ]; then CP="/usr/xpg4/bin/cp -p" else CP="/usr/bin/cp" fi #####...
2010 Jun 30
1
evaluate a string variable
Hello, I was wondering how to evaluate a string variable in R. eg. > avar <- "getwd()" > eval(avar) gives: [1] "getwd()" but I would like to see: [1] "/home/myhomedir" Thanks, Jeremiah
2008 Feb 08
0
samba + mit krb5 + ldap hypothetical
...ing how samba interacts with external services. All of the docs seem to assume that a Windows AD server is part of the picture when ldap/krb5 are involved. What I'm trying to do is set up a samba fileserver that Windows clients can connect to via something like: "net use h: \\sambaserver\myhomedir /user:user123 pw123" Assume: a) "sambaserver" is the name of my fileserver where the disk space is located, but it doesn't have any actual user accounts on it other than root, etc. b) "user123" is a valid person within a ldap directory which does contain valid informa...