symlink
美
英 
- 網(wǎng)絡(luò)符號鏈接;符號連接;符號連結(jié)
例句
Symlinks do not prevent a file from being deleted; if the target file is moved or deleted, then the symlink will be broken.
符號鏈接不會阻止文件的刪除;如果目標文件被移動或刪除,符號鏈接會斷開。
As shown in Listing 13, the gcc command is a symlink and there are three different names for it on my system.
如清單13中所示,gcc命令是一個符號鏈接,且在我的系統(tǒng)上它有三個不同的名稱。
The most direct way to do so is to copy over the existing data store and fix things up with a symlink.
最直接的方法是復(fù)制現(xiàn)有的數(shù)據(jù)存儲,并使用一個符號鏈接進行修正。
All symbolic links are resolved, so it's not possible to avoid this restriction with a symlink.
所有的符號連接都會被解析,所以不可能通過符號連接來避開此限制。
To the contrary of the symlink (symbolic link), here the actual data on disk is pointed to by more than one directory entry.
它是相對于symlink(符號鏈接,其實也就是我們常說的軟鏈接)而言的,表示超出一個的目錄項指向磁盤上同一塊真實數(shù)據(jù)。
With this symlink in place and each deployment in a separate directory, it is easy to roll back to previous versions of the application.
有了這個符號鏈接及每一個位于單獨目錄的部署,應(yīng)用程序就可以輕松回滾到之前的版本。
The process of creating this single symlink is called tree folding.
創(chuàng)建這種單一符號鏈接的過程稱為樹折疊。
As an alternative, --copy-links or -L copies the item the symlink points to instead of the symlink itself.
另一種方法是使用--copy-links(或-L)復(fù)制符號鏈接指向的文件或目錄,而不是復(fù)制符號鏈接本身。
Further, you can create a symbolic link to your executable, and you get the symlink name when it's invoked.
另外,我們可以創(chuàng)建一個到可執(zhí)行程序的符號鏈接,在執(zhí)行這個符號鏈接時,就可以看到這個符號鏈接的名字。
Mercurial largefiles takes a different route, and provides (in effect) a symlink to the large file in the cloned repository.
Mercurial的Largefile插件使用了不同的方法,在復(fù)制出的資源庫中提供了(從效果上)指向大文件的符號鏈接。
A symlink is a standalone file, removing it will NOT remove the file it points to.
一個symlink鏈接是一個獨立的文件,刪除它不能刪除它所指向的文件。
To delete a symlink, you can just delete the link. Just make sure you don't delete the original file.
要刪除符號鏈接,你只需要刪除創(chuàng)建的鏈接文件就可以了。確保別刪除了原始文件就好。
Afterwards delete the symlink if you want.
最后如果你愿意的話可以刪除symlink。
This is one example of a broken symlink.
這是斷符號鏈接的一個例子。
bool create_symlink(const path& frompath, const path& topath): This function creates a symbolic (soft) link between frompath and topath.
boolcreate_symlink(constpath&frompath,constpath&topath):此函數(shù)在frompath和topath間創(chuàng)建符號(軟)鏈接。
This is mainly useful in conjunction with symlink.
這主要是有用的符號結(jié)合。
CVS doesn't allow you to rename files, and it doesn't work well with special files, such as symlinks.
CVS不允許重命名文件,而且對一些特殊文件(如symlink)的支持不是很好。
Delete the rlogin and rsh binaries from the system, and replace them with a symlink to SSH
從系統(tǒng)上刪除rlogin和rsh二進制程序,并將它們替代為SSH的一個symlink
You need to create a symlink, depending on your distribution:
根據(jù)你的發(fā)行版,你需要創(chuàng)建一個符號聯(lián)系:
symlink a single WWW folder into each platform specific PhoneGap codebase
把單獨的WWW文件夾符號鏈接(symlink)進每個特定PhoneGap平臺的代碼庫