计算机英语900句第六章第二十一课:属性
教程:计算机英语  浏览:3939  
  • 提示:点击文章中的单词,就可以看到词义解释

    第六章 File文件

    第二十一课 Attribute属性

    1.Your operating system recognizes five attributes:

    D for a directory; H for a hidden file, S for a system file; R for a read-only file and A for a file's archive status.

    你的操作系统认识五种属性:D为目录;H为隐含文件;S为系统文件;R为只读文件;A是文件存档状况。

    2.To display a listing of files on drive C that have the hidden attribute, type C:\>dir/a: h

    显示C驱动器上所有带隐含属性的文件,敲入C:\>dir/a: h

    3.To display a listing of all files on the disk in drive B that have the read-only attribute, type C:\>dir b: /a: r

    显示B驱动器上所有带只读属性的文件,敲入C:\>dir b: /a: r

    4.To assign the read-only attribute to all files in your MS-DOS directory, type C:\>attrih +r C: \dos\*. *

    将MS-DOS目录中所有文件都加上只读属性敲入C:\>attrih +r C: \dos\*. *

    5.To assign the hidden attribute to a file with the name PERSONAL. TXT. type C:\>attrih +h personal.txt

    将名为personal.txt 的文件加上隐含属性,敲入C:\>attrih +h personal.txt

    6.To remove the hidden attribute from PERSONAL. TXT. type C:\>attrih +h personal.txt

    把personal.txt 的隐含属性去掉,敲入C:\>attrih +h personal.txt

    New Words & Terms

    recognize vt. 识别,辨认出

    for prep. 代表;为了;由于

    five num. 五

    attribute n. 属性

    hidden adj. (hide的过去分词)隐藏的

    archive n. 档案,卷宗 vt. 将……存档

    assign vt. (to) 把……交给

    all adj. 所有的

    remove vt. (from) 把……从……去掉

    注:1.隐含文件(H: hidden files)是指不在目录上显示的文件,MS-DOS也不在显示文件个数及其所占存储字节数的列表中包括它。系统文件(S: system files)是一个控制计算机操作的程序文件。只读文件(R: read-only)你可以看到,但不能修改。

    0/0
      上一篇:计算机英语900句第六章第二十课:目录命令 下一篇:查看所有《计算机英语》

      本周热门

      受欢迎的教程