码迷,mamicode.com
首页 > 系统相关 > 详细

linux基础学习-9.2-文件类型

时间:2018-06-06 10:53:32      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:扩展名   目录   数据文件   类型   .com   blob   cli   进制   link   

一、文件的分类

f file 普通文件

d directory 目录

l symlink softlink 符号链接/软连接

1、f file 普通文件

1).二进制文件-命令

2).数据文件-data-只能通过指定的命令进行查看

3).文本文件

[root@oldboyedu42-lnb ~]# ls -l /etc/hosts /bin/gawk /tmp/etc.tar.gz

-rwxr-xr-x. 1 root root 382752 Nov 10 2015 /bin/gawk

-rw-r--r--. 2 root root 194 Oct 24 10:14 /etc/hosts

-rw-r--r-- 1 root root 9735040 Nov 11 02:49 /tmp/etc.tar.gz

2、查看文件类型

ls -l 文件名

扩展名:文件的小尾巴

.txt

.log

.conf

.sh 脚本

windows下扩展名: 用来给"系统"区分不同文件类型的。
linux下的扩展名:用来给"人类"区分不同文件类型的。

练习题:

linux中的文件类型及如何查看

linux基础学习-9.2-文件类型

标签:扩展名   目录   数据文件   类型   .com   blob   cli   进制   link   

原文地址:https://www.cnblogs.com/Klanti/p/9143211.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!