<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /dev/pts /dev/shm and vt/0 vt/1 ??? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217150#M73504</link>
    <description>sory I m replying late&lt;BR /&gt;&lt;BR /&gt;Thanks a billion Mark, for such an explanation.&lt;BR /&gt;&lt;BR /&gt;Well could u or any other GURU, please also explain abt vc/x&lt;BR /&gt;#cat /etc/securetty&lt;BR /&gt;vc/0&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks Once again</description>
    <pubDate>Tue, 16 Mar 2004 10:25:16 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2004-03-16T10:25:16Z</dc:date>
    <item>
      <title>/dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217141#M73495</link>
      <description>when issue the command  # cat /etc/proc  following three lines are also part of the output:&lt;BR /&gt;&lt;BR /&gt;usbdevfs on /proc/bus/usb type usbdevfs&lt;BR /&gt;none on /dev/pts type devpts&lt;BR /&gt;none on /dev/shm type tmpfs&lt;BR /&gt;&lt;BR /&gt;I wana know, what these lines shows??? whats /dev/pts, and whats /dev/shm ???&lt;BR /&gt;&lt;BR /&gt;Second what are vt/0 vt/1 vt/2 ....&lt;BR /&gt;I found them in /etc/securetty&lt;BR /&gt;&lt;BR /&gt;Thanks billion&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 12 Mar 2004 08:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217141#M73495</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-12T08:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217142#M73496</link>
      <description>/dev/shm is a filesystem that uses RAM instead of physical harddisks, so the access to the files it contains is extremely fast. It's size is usually half of the physical RAM installed on your machine.&lt;BR /&gt;It is configured in /etc/fstab; editing the line with '/dev/shm' you can change its mount point or remove it if you don't need it.&lt;BR /&gt;&lt;BR /&gt;ask for more informations, if you want.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Claudio</description>
      <pubDate>Fri, 12 Mar 2004 09:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217142#M73496</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-03-12T09:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217143#M73497</link>
      <description>many thank Claudio Cilloni. yes I wana ask more, and that is u didnt explain abt /dev/pts&lt;BR /&gt; And also I have asked abt vc/0 vc/1 and vc/2 ... these are found in the /etc/securetty file, so what are these???</description>
      <pubDate>Sat, 13 Mar 2004 03:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217143#M73497</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-13T03:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217144#M73498</link>
      <description>The files in /dev/pts are pseudo terminals.  That is, there are terminal devices for terminals that are not real screens.  Things such as xterm sessions will all use /dev/pts/something.  You can open an xterm and type "tty" to see for yourself.&lt;BR /&gt; &lt;BR /&gt;Your /dev/vt/0 is a bit odd though. Generally speaking, /etc/securetty contains /dev/tty1 through to /dev/tty7 and these are the virtual terminals your get by going ALT-F1 to ALT-F7 on your console (except when you're running X in which case it is CTRL-ALT-F1 to get the first firtual terminal).  I therefore suspect that you either have these devices symbolically linked to /dev/vt/0 etc or you have a card with multiple serial ports attached to your machine which uses those device names.</description>
      <pubDate>Sat, 13 Mar 2004 05:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217144#M73498</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-13T05:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217145#M73499</link>
      <description>i m sorry this is not vt/0 ... but it is vc/0 vc/1 vc/2...&lt;BR /&gt;#cat /etc/securetty&lt;BR /&gt;vc/0&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;tty1&lt;BR /&gt;tty2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt; So now please let me know abt these vc/x, that what are these and when they used etc..&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 13 Mar 2004 09:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217145#M73499</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-13T09:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217146#M73500</link>
      <description>ok Mark I understand abt /dev/pts... many many Thanks, but u didnt explain why it is mounted, if it is simply a directoy, then why it is mounted as other filesystem??? although /dev/pts is not a filesystem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 13 Mar 2004 09:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217146#M73500</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-13T09:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217147#M73501</link>
      <description>Maaz,&lt;BR /&gt; &lt;BR /&gt;You have /dev/pts mounted!  Never seen that before.  Could you post the output of "df"</description>
      <pubDate>Sun, 14 Mar 2004 01:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217147#M73501</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-14T01:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217148#M73502</link>
      <description>well i didnt find /dev/pts mounted by issuing 'df' command, but I always find /dev/pts mounted whenever i issue 'mount' command.&lt;BR /&gt;&lt;BR /&gt;#mount&lt;BR /&gt;/dev/hda9 on / type ext3 (rw)&lt;BR /&gt;none on /proc type proc (rw)&lt;BR /&gt;usbdevfs on /proc/bus/usb type usbdevfs (rw)&lt;BR /&gt;/dev/hda7 on /boot type ext3 (rw)&lt;BR /&gt;none on /dev/pts type devpts (rw,gid=5,mode=620) ***here is /dev/pts I asked and mentioned****&lt;BR /&gt;/dev/hda13 on /home type ext3 (rw)&lt;BR /&gt;none on /dev/shm type tmpfs (rw)&lt;BR /&gt;/dev/hda14 on /tmp type ext3 (rw)&lt;BR /&gt;/dev/hda11 on /usr type ext3 (rw)&lt;BR /&gt;/dev/hda10 on /var type ext3 (rw)&lt;BR /&gt;/dev/hda8 on /mnt/g type vfat (rw,noexec,nosuid,nodev)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#df&lt;BR /&gt;Filesystem  1K-blocks Used    Available Use%  Mounted on&lt;BR /&gt;/dev/hda9   497829    82385   389742    18%   /&lt;BR /&gt;/dev/hda7   124427    9383    108620    8%    /boot&lt;BR /&gt;/dev/hda13  248895    4531    231514    2%    /home&lt;BR /&gt;none        63080     0       63080     0%    /dev/shm&lt;BR /&gt;/dev/hda14  124427    4754    113249    5%    /tmp&lt;BR /&gt;/dev/hda11  5036284   1684244 3096208   36%   /usr&lt;BR /&gt;/dev/hda10  396623    51961   324181    14%   /var&lt;BR /&gt;/dev/hda8   7158992   2217872 4941120   31%   /mnt/g&lt;BR /&gt;&lt;BR /&gt;and please also let me know abt vc/0 vc/1 .., what are these vc/x are???  &lt;BR /&gt;&lt;BR /&gt;#cat /etc/securetty&lt;BR /&gt;vc/0&lt;BR /&gt;vc/1&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.tty1&lt;BR /&gt;tty2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 14 Mar 2004 10:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217148#M73502</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-14T10:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217149#M73503</link>
      <description>Ok, this is what it is, I've cut this straight out of the kernel configuration help test.&lt;BR /&gt; &lt;BR /&gt;You'll then get a virtual file system which can be mounted on&lt;BR /&gt;/dev/pts with "mount -t devpts". This, together with the pseudo&lt;BR /&gt;terminal master multiplexer /dev/ptmx, is used for pseudo terminal&lt;BR /&gt;support as described in The Open Group's Unix98 standard: in order&lt;BR /&gt;to acquire a pseudo terminal, a process opens /dev/ptmx; the number&lt;BR /&gt;of the pseudo terminal is then made available to the process and the&lt;BR /&gt;pseudo terminal slave can be accessed as /dev/pts/&lt;NUMBER&gt;. What was&lt;BR /&gt;traditionally /dev/ttyp2 will then be /dev/pts/2, for example.&lt;BR /&gt;&lt;BR /&gt;The GNU C library glibc 2.1 contains the requisite support for this&lt;BR /&gt;mode of operation; you also need client programs that use the Unix98&lt;BR /&gt;API. Please read Documentation/Changes for more information&lt;BR /&gt;about the Unix98 pty devices.&lt;BR /&gt;&lt;BR /&gt;Note that the experimental "/dev file system support"&lt;BR /&gt;(CONFIG_DEVFS_FS)  is a more general facility.&lt;/NUMBER&gt;</description>
      <pubDate>Mon, 15 Mar 2004 01:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217149#M73503</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-15T01:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/pts /dev/shm and vt/0 vt/1 ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217150#M73504</link>
      <description>sory I m replying late&lt;BR /&gt;&lt;BR /&gt;Thanks a billion Mark, for such an explanation.&lt;BR /&gt;&lt;BR /&gt;Well could u or any other GURU, please also explain abt vc/x&lt;BR /&gt;#cat /etc/securetty&lt;BR /&gt;vc/0&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks Once again</description>
      <pubDate>Tue, 16 Mar 2004 10:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-pts-dev-shm-and-vt-0-vt-1/m-p/3217150#M73504</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-16T10:25:16Z</dc:date>
    </item>
  </channel>
</rss>

