ln -s /home/target name
$ du -s ディレクトリ名
ls | wc -w
find . -ctime -10 -type f | wc -l
export PATH=$PATH:/home/weka export CLASSPATH=$CLASSPATH:/home/weka/weka.jar:.
mail ****@**.*** Subject:で題名を入れ[enter] 本文を入れる[enter]で改行 行頭に「.」を入れると本文の終了
Trying ***.***.***.100... Connected to localhost.localdomain (***.***.***.100). Escape character is '^]'. 220 up.***ac.jp ESMTP Postfix
250 up.***.ac.jp
250 Ok
250 Ok data 354 End data with <CR><LF>.<CR><LF>
250 Ok: queued as E0F0**** quit 221 Bye Connection closed by foreign host.
htaccessの記述 [#y056f699]
AuthUserFile /home/web/public_html/NLP-Source/.htpasswd AuthGroupFile /dev/null AuthName "Please enter your ID and password" AuthType Basic require valid-user
パスワードを作成する方法 [#l75ab6f3]