linux 上の home のバックアップを別 PC(Win2000)のハードディスク にとろうと思うのですが、 linux に Win2000 のハードディスクを smbmount するか、 Win2000 から samba で linux の home を見れるようにするか、 どちらがいいでしょうか?
>>430 PermitRootLogin (略 If this option is set to ``forced-commands-only'' root login with public key authentication will be allowed, but only if the command option has been specified (which may be useful for taking remote backups even if root login is normally not allowed).
439 :340 :02/06/13 13:31
>341 遅レスだけどサンクス。
で、恐る恐るEmacsWiki で plan とか使ってみたけど 日本語が書けん。|ほげ!|となって、Enter すると消えちゃう。 なんで?
Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found. Either disable mod_auth_db or provide us with the paths to the Berkeley-DB include and library files. (Hint: INCLUDES, LDFLAGS, LIBS)
if [ -d /cdrom ];then while echo "Deletion of \"/cdrom\" ? (Y/N)"; read yes case "$yes" in y|n) false;; esac; do # それ以外は、もう一度尋ねる echo "!:$yes?" 1>&2 done if [ $yes = y ]; then # y は、/cdrom 削除 unmount /cdrom rmfs '/cdrom' rm -R /cdrom print "Deleted \"/cdrom\" !"; fi fi