Use ls -a to see these so-called hidden files.
使用ls - a来查看这些所谓的隐藏文件。
If you run a ls -al command in the users home directory, you quickly see a problem.
如果在用户主目录运行ls—al命令,您很快会看到问题。
The first clause, ls -A, is a verb and enumerates the contents of the current directory; the second clause, wc -l, is another verb to count lines.
它包含两个句子。第一个句子ls -A是动词结构,列举当前目录下的内容,第二个句子wc-l 是另一个动词结构,用于计算行数。
If there is no UID 404 on ServerB, then the file does not have an owner on ServerB, and you simply see "404" as the owner when you run a ls -al command.
如果ServerB上没有UID 404,那么ServerB上的文件就没有所有者,那么在运行ls—al命令时只能看到“404”作为所有者。
In this example, the two substituted ls commands generate a temporary text file that is then compared inline by the diff command.
在此示例中,两个被替换的ls命令生成一个临时文本文件,然后diff命令对该文件进行内联比较。
For example, while running the command ls -l, if a file inode gives the ownership as "user 501," then the naming service needs to resolve "uid 501" to the user name printed in the ls command output.
例如,在运行命令ls - l时,如果某个文件inode给出文件的所有者是“user 501”,那么命名服务就需要将“uid 501”解析成用户名,并在ls命令输出结果中输出。
GNU ls USES a '. '(dot) character to signify a file with only an SELinux security context.
GNUls使用一个‘。’(点)来表示文件只有一个SELinux安全上下文。
Without color, you need more information, such as that provided by a long listing using ls -l.
没有颜色,您需要更多信息,比如使用ls -l 命令的长清单所提供的信息。
Sure, you could just do a simple ls or dir, but most folks that don't spend time organizing their site's physical layout also don't take the time to take precautionary steps like that.
当然,您可以只执行一个简单的ls或dir,但大多数不花时间组织其站点物理布局的人也不会花时间来采用这样的预防步骤。
Before the installation, I used the Unix ls command to generate a list of every file on the startup drive.
开始安装之前,我用ls这个Unix命令生成了启动驱动器上所有文件的列表。
For example, use ls -lrt to produce a long listing sorted from oldest to newest.
例如,使用ls -lrt生成一个按从最旧到最新排序的长列表。
As you can see, you can give a relative or absolute directory name as a parameter to the ls command, and it will list the contents of that directory.
可以看到,您可以将一个相对或绝对目录名作为ls目录的参数,它将列出该目录中的内容。
If you run an ls command in this directory, you'll see a number of directories that contain the Python source for Sugar applications.
如果在此目录中运行ls命令,就会看到一系列目录,其中包含用于Sugar应用程序的python源代码。
For example: ls | sort does the same thing as the previous two examples without requiring a temporary file; the output from ls goes straight through the sort command.
例如:ls |sort和前面的两个示例完成相同的任务,并且无需临时文件,ls的输出直接进入sort命令。
If you run ls -lr to see the contents of the application, a few new files stand out.
如果您运行了ls -lR来查看应用程序的内容,将会显示一些新文件。
If you run the ls command using the -a flag, you can see an entry for. (dot) and another for..
如果您使用- a标志运行ls命令,将会看到两个条目:一个是.(圆点),另一个是. .。
Next, performing an ls on the directory shows a list of files.
然后对这个目录执行一个ls命令,这会显示很多文件。
In some cases, an entry appears when you request a directory listing through ls.
在有些情况下,当您使用ls请求目录清单时,将出现相应的条目。
Because the.ssh directory which ssh-keygen creates is a hidden "dot" directory, pass the -a option to the ls command to view the newly created directory.
因为ssh -keygen创建的.ssh目录是一个隐藏的“点”目录,所以为了查看这个新创建的目录,需要将- a选项传递给ls命令。
For example, it's common to set an alias (' ll '), which expands to 'ls -l', for a long listing of a directory or list of files.
例如,设置别名('ll ')是很普遍的,该别名展开为'ls - l ',用于获得目录或文件列表的长清单。
For example, creating alias ll 'ls -hlt' reduces a commonly used command line to just two letters-less to type and less to remember.
例如,命令aliasll'ls -hlt '将一个常用的命令行缩减为两个字母,从而使要输入和要记住的东西变得更少。
The ls portion of this command outputs a list of the files (in this case, the contents of the two directories) to be copied.
这个命令的ls部分输出将要复制的文件列表(在本示例中是两个目录中的内容)。
When a shell launches a command, such as cp or ls, it spawns a new process for the command, and then waits for the (sub)process to finish before proceeding.
当Shell 运行某个命令(如cp或 ls)时,它会为该命令产生一个新进程,然后在继续之前等待该(子)进程完成。
You can certainly do this visually by repeatedly running a command such as ls -l and comparing file sizes.
通过反复执行ls -l等命令并对比文件大小,肯定可以实现这个目标。
The eleventh character in a long listing from the ls command is a recent enhancement, so some distributions may still show only the first ten characters.
来自ls命令中长清单的第 11 个字符是最近才出现的,所以部分版本仍只显示头10 个字符。
Textron Marine & Land Systems (TM&LS), has been selected for a Phase II contract by the Office of Naval Research (ONR) to continue development of the Sea Base Connector, Transformable Craft (T-Craft).
美国达信公司海上和陆地系统分部(TM&LS)日前被美国海军研究办公室(ONR)选中,进行海洋基地连接器--可变形舰船(T-Craft)的开发。
If you use the -l option with ls, you will get a file listing that contains a wealth of information about the files being listed. Here's an example.
如果你在使用ls命令的时候永乐- l选项,那么,你就会得到显示的关于一个文件的很多信息。
Ls -r recursively lists the contents of a hierarchy.
ls - R可以递归地列出层次结构中的内容。
For example: ls > this-dir sends the output from ls to a file named this-dir.
例如:ls >this-dir 将 ls的输出发送到一个名为 this-dir 的文件。
Treat the feed returned by the collection like a type of index over that collection, much like performing a "dir" or "ls" command on a file system.
可以将返回的提要看作是集合上的某种索引,和文件系统中的“dir”或“ls”命令很相似。
应用推荐