关于计算机属性的英语以及命令
下面是学习啦小编整理的关于计算机属性的英语以及命令, 希望对大家有帮助。
学习啦在线学习网 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 remove the hidden attribute from PERSONAL. TXT. type C:\>attrih +h personal.txt
学习啦在线学习网 把personal.txt 的隐含属性去掉,敲入C:\>attrih +h personal.txt
4.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
学习啦在线学习网 5.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\*. *
学习啦在线学习网 6.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
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)你可以看到,但不能修改。