How to Allow FTP Users to Access to Out of Home Directory (chroot) Files and Foldersどのようにアクセスしてホームディレクトリ( chroot環境)のファイルとフォルダのFTPユーザを許可する

FTP server service on a host that comes with advanced web hosting package such as VPS (Virtual Private Server), VDS (Virtual Dedicated Server), hybrid server, or dedicated server, regardless of whether it’s powered by proftpd, vsftpd, or pure-ftpd, etc., usually been set up and configured by default to restrict and jail the FTP users to have only limited access to files and folders located within their own home directory.は、先進のWeb VPSの(仮想プライベートサーバー) 、 VDS (仮想専用サーバー) 、ハイブリッドサーバー、または専用サーバーのホスティングなどのパッケージに付属するホスト上でFTPサーバーサービスで動くのかどうかに関係なく、 vsftpdは、 ProFTPDが、純粋な- ftpdの等は、通常設定され、デフォルトで制限するために、刑務所は、 FTPのユーザー設定のファイルとフォルダを自分のホームディレクトリ内に位置することだけでアクセスできるようにする。 The restriction is set by chroot directive where FTP users are locked within chrooted folder, normally their home folder.制限のchrootディレクティブは、 FTPユーザをchrootフォルダ内にロックされている、通常のホームフォルダが設定されています。

If FTP users need to access or change to another folders out of chrooted home directory, they have to be allowed to access other directories and files by disabling chroot control. FTPのユーザーがアクセスchrootされた場合やホームディレクトリを別のフォルダに変更する必要があると、 chrootの制御を無効にすると、他のディレクトリとファイルへのアクセスを許可する必要があります。 Disable chroot will allow FTP users to break out the chroot to go to directory in different location. chrootを無効にFTPユーザディレクトリに別の場所に行くにはchroot環境から脱出できるようになります。

To disable chroot cage for FTP users in their home directories, locate the chroot configuration in FTP server configuration file and set the value to “NO”. FTPサーバーの設定でファイルには、 chrootの設定を見つけるのホームディレクトリにFTPユーザのためのchrootケージを無効にするには、とNO "に値を設定する" 。 Some directive name and configuration file name with its location for common FTP server software is listed below.共通のFTPサーバソフトウェアをその場所でいくつかのディレクティブ名と設定ファイル名の下に表示されている。

Pure-FTPd : /etc/pure-ftpd.conf 純粋- ftpdの :は/ etc /純粋ftpd.conf

ChrootEveryone=NO ChrootEveryone =なし

ProFTPd : /etc/proftpd.conf ProFTPDを :は/ etc / proftpd.conf

DefaultRoot ~ (delete this line) DefaultRoot 〜 ( )この行を削除

VSFTPd : /etc/vsftpd.conf vsftpdは :は/ etc / vsftpd.conf

chroot_local_user=NO chroot_local_user =なし

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。

Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム .



3 Responses to “How to Allow FTP Users to Access to Out of Home Directory (chroot) Files and Folders” 3レスポンス"どのようにアクセスしてホームディレクトリ( chroot環境)のファイルやフォルダ"をFTPのユーザを許可する

  1. Sean wayneショーンウェイン
    January 20th, 2008 00:42 2004年12月、第20回2008年00:42
    1

    You know that you can, mount –bind a directory so users are chroot for security but still allow them to access some more directorys outside their chroot.お客様は、バインドのディレクトリをマウントすることができますので、ユーザーはセキュリティのためのchrootているが、まだ彼らのchrootの外にいくつかのより多くのディレクトリへのアクセスを許可を知っている。

    Heres the link to it. Heresそれには、リンクをクリックします。

  2. Sean wayneショーンウェイン
    January 20th, 2008 00:43 2004年12月、第20回2008年00:43
    2

    http://www.vinno.net/linux/server/chroot-mount-trick
    Ops didnt work.担当didn't働いています。 Here it is again:ここで再びです: http://www.vinno.net/linux/server/chroot-mount-trick

  3. Yorick
    April 7th, 2008 18:37 2008年4月7日18:37
    3

    Hi i tried that chroot_local_user=NOこんにちは、私= NOのは、 chroot_local_userみました

    im using vsftpd on ubuntu 7.10 desktop.イムのUbuntuデスクトップにvsftpdは7.10を使用しています。 I changed the conf file like before then restarted the server and from another desktop logged in as a localuser.前にして、サーバーと別のデスクトップから再起動私のような変更はconfファイルをローカルに記録している。 when i typed ls -l it still only shows that users home directory..Please help im so new to linux私はまだ時のみ表示されますlsコマンドの- lを入力したユーザのホームディレクトリは、新しいlinuxにしてください..イムヘルプ

Leave a Replyは、返信のままに

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグ :の<a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquote cite=""> <cite>の<code> <デル日時= " " >の<em> <i> <q cite=""> <strike> <strong>

Subscribe without commentingチャンネル登録コメントなし


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article着信は、文書の検索利用規約

chroot proftpd chrootをProFTPDを - - pureftpd chroot pureftpdのchroot - - vsftpd symlink vsftpdはシンボリックリンク - - ftp allow FTPの許可 - - pure-ftpd chroot 純粋- ftpdのchrootを - - "vsftpd symlink " vsftpdはシンボリックリンク - - how to give the FTP access to user on another user directories ? どのように別のユーザーディレクトリでのユーザーには、 FTPアクセスできるようにするには - - linux vsftpd multiple directories Linuxの複数のディレクトリ vsftpdは - - linux allow link in ftp chroot のLinux FTP chrootにリンクを許可 - - proftpd chroot ProFTPDをchrootを - - pureftp restrict users to home directory pureftpホームディレクトリのユーザーを制限する - - pure-ftpd symlink chroot 純粋- ftpdのシンボリックリンクのchroot - - pure-ftpd symlinks chroot 純粋- ftpdのシンボリックリンクのchroot - - symlink ftp シンボリックリンクのftp - - to chroot a ftp user in his home directory in linux Linuxで自分のホームディレクトリにFTPのユーザのchrootに - - google ftp user chroot proftpd GoogleのFTPのユーザのchroot ProFTPDを - - allow users to access files by ftp ftpユーザがファイルへのアクセスを許可 - - chroot windows ftp chrootの窓のftp - - ftp mybook windows 窓のftp mybook - - ftp restrict access to folder FTPフォルダへのアクセスを制限 - - how to allow ftp access どのようにFTPアクセス許可する - - linux give user ftp access to website linuxのユーザのFTPサイトアクセスできるようにする - - lock user in home but allow access to another directory 家庭内のロックのユーザーが別のディレクトリへのアクセスを許可 - - lock ftp user to hone directory vsftpd vsftpdのディレクトリにFTPユーザにファイルのロックを磨く - - mput+issue+from+proftpd 問題mput + + + ProFTPDを - - proftpd follow symlink シンボリックリンクに従うProFTPDを - - pure-ftp access ftp via internet explorer Internet ExplorerのFTPアクセスのftp経由で純粋 - - symlink ftp server FTPサーバーへのシンボリックリンク - - ubuntu vsftpd tricks shared folders Ubuntuの共有フォルダvsftpdのトリック - - ubuntu + ftp users folder Ubuntuの+ ftpユーザのフォルダ - - ubuntu vsftpd share different folders Ubuntuのvsftpdは別のフォルダを共有する - - vsftpd unable to delete files ファイルを削除することはできませんvsftpdは - - vsftpd symlinks vsftpdはシンボリックリンク - - +"how to access" +directory +server + "のアクセス方法"+ディレクトリ+サーバー - - allow ftp access FTPのアクセスを許可 - - allow user for ftp on linux Linux上でのFTPのユーザを許可 - - directory access ディレクトリアクセス - - ftp enable users linux linuxのftpユーザを有効にする - - ftp symlink FTPのシンボリックリンク - - ftp restrict user to home directory vsftpd vsftpdはFTPのホームディレクトリにユーザを制限する - - ftp user directory restriction FTPユーザにファイルのディレクトリを制限 - - ftp access user home directory FTPアクセスユーザのホームディレクトリ - - home directory 中文 ホームディレクトリ中文 - - how to access ftp link directory ディレクトリのFTPリンクにアクセスする方法 - - linux ftp control access to directories linuxのディレクトリへのFTPアクセス制御 - - link folder on proftpd リンクフォルダProFTPDを - - lock users to directory proftpd ロックのユーザーディレクトリにProFTPDを - - Lock users in directory proftpd ディレクトリ内のロックのユーザーProFTPDを - - mybook vsftpd folder mybookフォルダvsftpdは - - proftpd give user access to directories ディレクトリへのユーザーアクセス権を与えるProFTPDを - -