리눅스 파일 명령


  번역 결과:
ㅋㅋㅋ ); 신청하기

n.File; file(폴더); file

3인칭 단수: files 복수형: files 과거분사: file

리눅스 파일 명령통사론

기능: file 명령은 파일 형식을 식별하는 데 사용됩니다. file 명령을 통해 파일 유형을 식별할 수 있습니다.

구문: ​​file [-bcLvz][-f <파일 이름>][-m <매직 넘버 파일>...][파일 또는 디렉터리...]

리눅스 파일 명령예

파일 형식 표시:

[root@localhost ~]# file install.log
install.log: UTF-8 Unicode text[root@localhost ~]# file -b install.log      <== 不显示文件名称UTF-8 Unicode text[root@localhost ~]# file -i install.log      <== 显示MIME类别。install.log: text/plain; charset=utf-8[root@localhost ~]# file -b -i install.log
text/plain; charset=utf-8

심볼릭 링크 파일 형식 표시

[root@localhost ~]# ls -l /var/mail
lrwxrwxrwx 1 root root 10 08-13 00:11 /var/mail -> spool/mail[root@localhost ~]# file /var/mail/var/mail: symbolic link to `spool/mail'
[root@localhost ~]# file -L /var/mail
/var/mail: directory
[root@localhost ~]# file /var/spool/mail
/var/spool/mail: directory
[root@localhost ~]# file -L /var/spool/mail
/var/spool/mail: directory

인기 추천

비디오

Q&A