본문 바로가기

Academy I/Tech Academy

I-Node 링크 파일 찾기

[root@localhost etc]ls -l host*
-rw-r--r--. 1 root root   9 May  1  2012 host.conf
-rw-r--r--. 2 root root 197 Dec 12  2012 hosts
-rw-r--r--. 1 root root 370 Jan 12  2010 hosts.allow
-rw-r--r--. 1 root root 460 Jan 12  2010 hosts.deny



[root@localhost etc]stat hosts
  File: `hosts'
  Size: 197           Blocks: 8          IO Block: 4096   regular file
Device: fc00h/64512d    Inode: 1835038     Links: 2
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2015-01-09 15:06:54.103489467 +0900
Modify: 2012-12-12 15:51:57.913794527 +0900
Change: 2012-12-12 15:51:57.938794566 +0900



[root@localhost etc]find / -inum 1835038 -print
/etc/hosts
/etc/sysconfig/networking/profiles/default/hosts

'Academy I > Tech Academy' 카테고리의 다른 글

Oracle virtualbox 메뉴, 상태바 숨김/보임 전환  (0) 2015.01.14
bash에서 color 변경  (0) 2015.01.13
[Vi/Vim] Color Change  (0) 2015.01.13
Pro*C/C++  (0) 2015.01.13
gcc 입력과 출력  (0) 2015.01.09
How to use g++  (0) 2015.01.08
A Beginner's Guide to Pointers  (0) 2015.01.08
ora-28002 7일 안에 암호가 만료  (0) 2015.01.06