chroot
美
英 
例句
chroot is an ideal technique to segregate the resources your service has access to from the rest of the system.
chroot可以把服務能夠訪問的資源與系統的其余部分分隔開。
Because xCAT expects the named service not to use chroot, remove the package bind-chroot, as shown in the listing.
由于xCAT期望此命名服務不使用chroot,所以需要刪除包bind-chroot,如如下的清單所示。
Starting with OpenSSH-5. 0p1, there has been a modification in setting up the chroot environment.
從OpenSSH-5.0p1開始,在chroot環境設置方面有一個修改。
The techniques used to generate such lightweight containers are primarily those used to generate chroot environments.
用于生成那些輕量級容器的方法與用于生成chroot環境的方法基本一樣。
After a chroot, all other files and directories seem to vanish.
執行chroot之后,其他所有文件和目錄就看不到了。
You need to create the home directory of the user in the chroot environment and the chrooted directory should be a root-owned directory.
需要在chroot環境中創建用戶的主目錄,chroot目錄的所有者應該是根用戶。
Once you change to a new root (hence, chroot), files outside the root and its subdirectories are effectively nonexistent.
通過chroot設置新的根目錄之后,根目錄及其子目錄之外的文件就相當于不存在了。
The chroot() function changes the root directory of the current process to the specified directory.
函數的作用是:改變當前指定目錄的根目錄。
Linux-VServer also uses a form of chroot to isolate the root directory for each VPS.
Linux-VServer還使用了一種chroot格式來為每個VPS隔離root目錄。
Running as root, rsync restricts itself to the module's directory hierarchy (its path) using chroot.
在作為根用戶運行時,rsync通過使用chroot只訪問模塊的目錄層次結構(路徑)。
A new config option, ChrootDirectory, is included in the sshd_config file that specifies the path to chroot after authentication.
sshd_config文件中增加了一個新的配置選項ChrootDirectory,它指定身份驗證之后chroot的路徑。
For the paranoid, xinetd also supports an option called chroot.
xinetd還支持chroot選項。
cliuser is a special user who can execute only SONAS CLI commands and works in a chroot jail.
cliuser是一個特殊用戶,只能執行SONASCLI命令,并且只能在chroot范圍內使用。
Say you are logging in as a user named "jyoti" in the chrooted environment.
假設要在chroot環境中作為用戶“jyoti”登錄。
Also. make sure that the tmp directory inside the chroot directory has 777 permissions.
另外,要確保chroot目錄中的tmp目錄的權限是777。
The default setup of the named service on CentOS V5. 4 is to use bind-chroot.
CentOSV5.4上的命名服務的默認設置是使用bind-chroot。
Another consideration is chroot(2) support.
還要考慮的另一個問題是chroot(2)支持。
For example, you might run an FTP service under chroot so that no one can gain access to any file save those in the new root.
例如,可以在chroot下運行FTP服務,這樣任何人都無法訪問新的根目錄之外的文件。
The fourth line turns off chroot.
第四行關閉chroot。
The big new feature is chroot support for sshd(8).
一個較重大的新特性是對sshd(8)的chroot支持。
For SFTP to run in the chroot environment, set the Subsystem config option in the sshd_config file as follows
為了在chroot環境中運行SFTP,要在sshd_config文件中設置Subsystem配置選項,如下所示
Confine SFTP users to their own home directories by using Chroot SSHD
使用ChrootSSHD將SFTP用戶局限于其自己的主目錄