![]() |
| サイトマップ | |
|
$ echo $SHELL
# tcshシェルの場合 $ cd $ touch .login $ ln -s .login my_login # bashシェルの場合 $ cd $ touch .bash_profile $ ln -s .bash_profile my_profile
# tcshシェルの場合 setenv g16root /Applications source $g16root/g16/bsd/g16.login # bashシェルの場合 export g16root=/Applications . $g16root/g16/bsd/g16.profile
# tcshシェルの場合 setenv GAUSS_SCRDIR /dir # bashシェルの場合 export GAUSS_SCRDIR=/dir
$ sudo chgrp -R chem /Applications/g16
$ sudo dscl . -list groups gid
$ sudo dscl . -append /Groups/chem GroupMembership your_username