我想做的是创建这些符号链接文件数。
What I would like to do is create a few symbolic links for these files.
符号链接文件也称为symlink,是一种简单的文件,当被访问时,它会将请求重定向到另一个文件。
When accessed, a symbolic link file, also called a symlink, redirects the requester to another file.
如果使用了这个符号链接,将需要编辑安装目录内的这个配置文件。
If you used the symbolic link, you need to edit the configuration file in the installation directory.
请记住,在UNIX目录中,设备、符号链接和其他对象都是文件,所以上面的测试操作符适用于所有类型的文件。
Remember, in UNIX directories, devices, symbolic links, and other objects are all files, so the test operators shown above will work with every type of file.
采用符号链接,使一个文件拥有多个不同的名字成为可能。
With symbolic links, it is possible for a single file to have multiple names.
您还知道,符号链接可以断开,但随后的写操作可能会创建一个新文件。
You have also seen that symbolic links can be broken but that subsequent write operations may create a new file.
UNIX系统中大量使用符号链接来链接文件系统的两个区域。
Symbolic links are used extensively on UNIX systems to link two areas of a file system.
如果原始文件被删除,所有指向它的符号链接也就都被破坏了。
If the original file is deleted, all of the symbolic links become broken.
只需将所有IS o映像文件复制到安装存储库中(或者创建它们的符号链接),如清单10所示。
Just copy all the ISO image files (or create symbolic links for them) into the installation repository, as shown in Listing 10 below.
一个时常困扰UNIX编程新手的问题是,如何浏览一个目录,并对其中的文件、目录和符号链接进行相应的处理。
A common problem that always seems to trip up new UNIX programmers is how to run through a directory and process the files, directories, and symbolic links found inside.
在两台机器上创建指向hostname . html文件的符号链接。
Create symbolic links to the hostname.html file on both the machines.
Samba也支持使用这些符号链接,让用户访问文件共享以外的区域。
Samba follows these symbolic links, which could let people access areas outside of the file share.
一个inode可以引用一个文件、目录或另一个对象的符号链接。
An inode can refer to a file or a directory or a symbolic link to another object.
如果您发现没有正确地复制某些文件或者符号链接和其他特殊类型的文件,那么您可能需要尝试使用tar。
If you discover that some files have not been copied over correctly or if symbolic links and other special filetypes are not copying properly, then you might want to try tar.
重命名git当前跟踪的文件、目录或符号链接。
Mv. Renames a file, directory, or symbolic link that Git is currently tracking.
首先,要(使用-Wl选项)通知链接器生成一个映像文件,并(使用- g选项)通知编译器生成调试符号。
First, the linker is instructed (with the -wl option) to generate a map file, and the compiler is instructed to generate debug symbols (-g).
要查出哪些文件是对特定文件的符号链接,您可以使用find命令或带文件名的-lname选项,如清单12所示。
To find which files link symbolically to a particular file, you can use the find command and the -lname option with a filename, as illustrated in Listing 12.
devices重新创建设备文件,而——links将符号链接复制为符号链接,而不是复制符号链接所指向的内容。
Devices recreates device files, and — links copies symbolic links as symbolic links rather than copying what the symbolic link points to.
Linux文件系统保存文件和其他对象(例如符号链接、类似磁盘的设备和目录),并分组归类到各个目录(其他操作系统称为文件夹)中。
Linux filesystems hold files and other objects (e.g. symbolic links, devices like disks, and directories) grouped into directories (known as folders on other operating systems).
文件描述符0、1和2 分配给了 /dev/null(Solaris大量使用符号链接,所以这里显示了相应的伪设备)。
File descriptors 0, 1, and 2 are open to /dev/null (Solaris makes heavy use of symlinks, which is why the pseudo device is shown).
这和用户的体验是一致的,因为控制与该文件交互的是目标文件的权限,而不是符号链接本身。
This is consistent with the user's experience, since the permissions of the target file, not the symbolic link itself, are what govern their interactions with that file.
它的工作机理是这样的:当系统处理的文件是一个符号链接时,系统会自动的将这个符号链接映射到符号链接指向的文件。
Here's how it works: Whenever the system is given a file name that is a symbolic link, it transparently maps it to the file it is pointing to.
符号链接可以跨文件系统,甚至可以指向远程文件系统中的文件。
Symbolic links can span file systems and can even point to files in a remote file system.
文件系统操作函数:用于创建常规文件、目录和符号链接;复制和重命名文件;提供删除功能。
File system-manipulation functions: Meant to create regular files, directories, and symbolic links; copy and rename files; and provide for deletion.
对于文件的硬链接或符号链接的情况,此api将检查原始文件是否为空。
In case of hard or symbolic links to a file, this API checks whether the original file is empty.
有一些特定于缺省路径的符号链接,因此在将文件复制到新位置后,一定要对所有符号链接进行重设。
There are symbolic links specific to the default path, so after copying the files to a new location, you need to make sure to reset any symbolic links.
对于符号链接,将显示其目标文件,并且还将显示普通文件的大小。
Symbolic links have their target printed, and you print out the size of regular files.
符号链接是一个指针,指向文件在文件系统中的位置。
A symbolic link is a pointer to a file's location in the file system.
符号链接只是指明了原始文件的位置,用户需要对原始文件的位置有访问权限才可以使用链接。
A symbolic link shows the location of the original file and requires a user to have access rights to the original file's location in order to use the link.
文件可以为任何类型:常规文件、目录、符号链接等等。
The file could be anything: a regular file, a directory, a symbolic link, and so on.
应用推荐