网页
图片
视频
学术
词典
地图
更多
航班
笔记本
+ls-l
网络
文件属性信息
网络释义
1.
文件属性信息
8 索引节点(inode) Linux系统中,每个保存在 磁盘的文件包括两部分 索引节点inode 记录
文件属性信息
(
ls l
),除了文件名 …
wenku.baidu.com
|
基于 1 个网页
例句
释义:
全部
全部
,
文件属性信息
文件属性信息
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
For
example
,
a
common
alias
is
ll
,
which
invokes
the
equivalent
of
ls
-
l
(
ll
is
often
referred
to as
long
listing
)
.
例如
,
一个
常用
的
别名
是
ll
,
它
调用
等效
的
ls-l
(
ll
通常
称为
长
清单
(
longlisting
))
。
www.ibm.com
2.
more
lets
you
read
a
page
at
a
time
as
it does
in
DOS
,
e. g. ,
ls
-
l
|
more
or
more
filename
.
more
让
你
像
在
DOS
下
一样
同时
读取
一个
页面
,
比如
,
ls-l|more
或
more
文件名
。
www.bing.com
3.
Given the
output
of
ls
-
l
(
the
long
listing
of
files
)
,
you
'll
pull
out the
permission
information
,
size
,
and
name
.
给定
ls-l
(
文件
长
清单
)
的
输出
,
您
将
从中
提取
权限
信息
、
大小
和
名称
。
www.ibm.com
4.
So as
seen
here
,
the
ls
-
l
output
shows
nobody: nobody
for
user
:
group
of
the
file
created
in
the NFS-
mounted
directory
.
可以
看到
,
对于
在
NFS
挂装
的
目录
中
创建
的
文件
,
ls-l
输出
显示
的
用户
名
和
组
名
是
nobody:nobody
。
www.ibm.com
5.
For an
example
of
how
tac
works
,
compare
results
of
ls
-
l
| tail
and
ls -l | tail | tac
on
some
files
in
your
home
directory
.
作为
说明
tac
的
工作
原理
的
示例
,
请
在
您
的
主
目录
中
对
一些
文件
使用
ls-l|tail
和
ls-l|tail|tac
,
比较
其
结果
。
www.ibm.com
6.
Whenever
a
user
types
ll
,
it
is
directly
replaced
with the
expansion
,
hence
:
$
ll
a* expands before
execution
to
: $
ls
-
l
a*
.
每当
用户
键入
ll
,
就
会
直接
将
其
替换
为
展开
形式
,
因此
:
$lla*
在
执行
前
展开
为
:
$ls-la*
。
www.ibm.com
7.
In
Listing
16
,
you
'll
change
the
ls
-
l
output
to
show
the
filename
,
permissions
,
and
size
.
在
清单
16
中
,
您
将
更改
ls-l
的
输出
以
显示
文件名
、
权限
和
大小
。
www.ibm.com
8.
You
can
certainly
do
this
visually
by
repeatedly
running a
command
such
as
ls
-
l
and
comparing
file
sizes
.
通过
反复
执行
ls-l
等
命令
并
对比
文件
大小
,
肯定
可以
实现
这个
目标
。
www.ibm.com
9.
You
can
also
find
the
number
of
bytes
by
using
ls
-
l
.
您
还
可以
通过
ls-l
命令
获得
字节
数
。
www.ibm.com
10.
Listing
18
shows you
the
ls
-
l
example
from Listing 16
in
Perl
;
no
changes
,
other
than
the Perl command-line
syntax
,
were
required
.
清单
18
使用
Perl
显示
了
清单
16
中
的
ls-l
示例
,
除了
Perl
命令
行
语法
之外
,
不
需要
对
其他
的
内容
进行
更改
。
www.ibm.com
1
2