# linux Centos 리다이렉션 방법 #

[root@idemo
~]# route > dmidecode.txt

[root@idemo
~]#

[root@idemo
~]#

[root@idemo
~]# ll

합계 307992

-r–r–r–  1 root root 72162730 2016-02-17 08:39
VMwareTools-10.0.6-3560309.tar.gz

-rw——-.
1 root root     1426 2017-08-17 02:04
anaconda-ks.cfg

-rw-r–r–  1 root root     4448 2015-04-14 12:54 auto_install.sh

-rw-r–r–  1 root root      333 2018-07-16 18:45 dmidecode.txt

-rw-r–r–.
1 root root    46824 2017-08-17 02:04
install.log

-rw-r–r–.
1 root root    10033 2017-08-17 02:00
install.log.syslog

-rw-r–r–  1 root root 85414670 2018-07-04 09:23
jdk-7u25-linux-x64.rpm

-rw-r–r–  1 root root 59219102 2017-11-20 21:08
jre-8u144-linux-x64.rpm

-rw-r–r–  1 root root 49215471 2017-11-20 21:43
jre-8u74-linux-x64.rpm

-rw-r–r–  1 root root 49227158 2016-06-17 15:44
jre-8u91-linux-x64.rpm

-rw-r–r–  1 root root     7200 2017-07-11 16:47
moncat_snms_install_rhel.sh

drwxr-xr-x  3 root root     4096 2018-06-15 17:04 server_file

drwxr-xr-x  9 root root     4096 2016-02-17 08:39 vmware-tools-distrib

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06 공개

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06
다운로드

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06 문서

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06
바탕화면

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06 비디오

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06 사진

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06 음악

drwxr-xr-x.
2 root root     4096 2017-08-17 11:06 템플릿

[root@idemo
~]#

[root@idemo
~]#

[root@idemo
~]# cat dmidecode.txt

Kernel IP
routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

222.239.252.128
*               255.255.255.192 U     0     
0        0 eth0

link-local      *               255.255.0.0     U    
1002   0        0 eth0

default         222.239.252.129 0.0.0.0         UG   
0      0        0 eth0

 

 

[root@idemo ~]# blkid >> dmidecode.txt     <– 추가 할때

[root@idemo
~]#

[root@idemo
~]# cat dmidecode.txt

Kernel IP
routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

222.239.252.128
*               255.255.255.192 U     0     
0        0 eth0

link-local      *               255.255.0.0     U    
1002   0        0 eth0

default         222.239.252.129 0.0.0.0         UG   
0      0        0 eth0

/dev/sda2:
UUID=”357a4d62-e5ab-46fc-b821-dc095e56bd6a” TYPE=”ext4″

/dev/sda1:
UUID=”5f53cb43-c213-4bfd-bfc0-d45e4f21c134″ TYPE=”ext4″

/dev/sda3:
UUID=”4ed50d57-497d-42d0-9bb1-9cee93f51f30″ TYPE=”swap”

[root@idemo
~]#

Leave a Comment