Mar. 1st, 2013

oio11: (Фея)


Published on Feb 27, 2013

Значение Сталина для современного общества.Read more... )
oio11: (Фея)
Оригинал взят у [livejournal.com profile] istinata в Дела небесные
Оригинал взят у [livejournal.com profile] pavel_sviridov в Дела небесные

Год назад я уже упоминал про странный треугольный партал, Suns640x480Sunnоткрывшийся На Солнце, в своем посте "Отец небесный продолжает удивлять". Не прошло и года, как похожий портал опять открылся на нашей звезде. Ну, и свежий репортаж об



НЛО с немецкого телевидения. (Долбаный ЖЖ глючит, и нет возможности правильно расположить, не обессудьте).


oio11: (Default)

HowTo: Linux Mount devpts File System On /dev/pts

by on January 4, 2011 · 0 comments· last updated at December 4, 2012

How do I mount the devpts file system under Linux operating systems using bash command prompt? How can I mount the devpts on /dev/pts using /etc/fstab file under Linux operating systems?

The Linux kernel support pseudo-terminal master and slave (also known as Unix98 pty naming) using using the devpts file system, that should be mounted on /dev/pts. You can mount the devpts using any one of the following method:
Tutorial details
DifficultyEasy (rss)
Root privilegesYes
RequirementsLinux and devpts

[1] Use mount comamnd

[2] Use /etc/fstab file.

mount command syntax

The syntax is (must type as root user):

 
mount -t devpts devpts /dev/pts
 

/etc/fstab syntax

Edit /etc/fstab, enter:
# vi /etc/fstab
Append the following line:

 
devpts           /dev/pts              devpts  gid=5,mode=620  0 0
 

Save and close the file. Reboot the server / machine.

How do I verify that the devpts is mounted under Linux?

Type the following command:
$ grep --color devpts /proc/mounts
OR
$ mount | grep --color devpts

Fig.01: Mounting the devpts file system on /dev/pts

Fig.01: Mounting the devpts file system on /dev/pts

http://www.cyberciti.biz/faq/linux-mount-devpts/

July 2025

S M T W T F S
  12345
6789101112
1314151617 1819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 20th, 2025 12:49 am
Powered by Dreamwidth Studios