티스토리 뷰
inode 확인
ls -il 옵션을 추가하여, inode 값 확인
# ls -il test.txt
27563 -rw-r--r-- 1 root root 0 Jul 21 14:29 test.txt
stat 명령어로 inode 값 확인
# stat test.txt
File: `test.txt'
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 802h/2050d Inode: 27563 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2016-07-21 14:29:37.077911417 +0900
Modify: 2016-07-21 14:29:37.077911417 +0900
Change: 2016-07-21 14:29:37.077911417 +0900
inode로 파일 찾기
find 명령어의 -inum 옵션으로 inode 검색
# find . -inum 27563
./test.txt
'운영체제' 카테고리의 다른 글
Linux find 명령어로 날자별 디렉토리 파일 이동 및 복원 (0) | 2020.06.15 |
---|---|
coreos 설치 (0) | 2020.03.07 |
Linux expect 예제 (2) | 2020.03.07 |
Linux openssl 명령어로 인증서 확인 및 타입 변경 (0) | 2020.03.07 |
Linux curl 사용법 및 예제 (0) | 2020.03.07 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- Web
- httpd
- limits
- Python
- 번역
- MariaDB
- apache
- 명령어
- Linux
- Windows
- engineering
- error
- Module
- mysql
- Ansible
- deview
- configuration
- 예제
- monitoring
- check
- 외부링크
- command
- client
- PowerShell
- 이슈처리
- RESTful
- example
- File
- code
- 코드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함