Operating System - HP-UX
1836623 Members
1616 Online
110102 Solutions
New Discussion

Re: hi,i find some files under /dev,which begin with tun....

 
SOLVED
Go to solution
常有慈悲心
Regular Advisor

hi,i find some files under /dev,which begin with tun....

what are these file's usage?

i want to know the device files 's create rule?
are only devices that be found by system,the device file are to be created?
2 REPLIES 2
RAC_1
Honored Contributor

Re: hi,i find some files under /dev,which begin with tun....

The device that system can identify will have a device file in /dev directory. System talks to these devices through device files. If you do ioscan -fn it will give the devices and associated device files used in addition to the other details.

When system boots, a insf and ioscan is run to rebuild the /dev entries.

Anil
There is no substitute to HARDWORK
Jeff Schussele
Honored Contributor
Solution

Re: hi,i find some files under /dev,which begin with tun....