mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
Use canonical names for Linux filesystems
The manpages of linprocfs(5) and linsysfs(5) document canonical names, use these in the handbook. PR: 283079 Reviewed by: emaste, markj Differential Revision: https://reviews.freebsd.org/D53141
This commit is contained in:
@@ -223,14 +223,14 @@ Ha Flash(TM) animációkat szeretnénk lejátszani, akkor ehhez a [.filename]#/u
|
||||
|
||||
[source,shell]
|
||||
....
|
||||
# mount -t linprocfs linproc /usr/compat/linux/proc
|
||||
# mount -t linprocfs linprocfs /usr/compat/linux/proc
|
||||
....
|
||||
|
||||
Az [.filename]#/etc/fstab# állományban az alábbi sor hozzáadásával azonban ennek csatlakoztatása akár automatikussá is tehetõ a rendszerindítás során:
|
||||
|
||||
[.programlisting]
|
||||
....
|
||||
linproc /usr/compat/linux/proc linprocfs rw 0 0
|
||||
linprocfs /usr/compat/linux/proc linprocfs rw 0 0
|
||||
....
|
||||
|
||||
Ezután indítsuk el a böngészõt, majd gépeljük be az `about:plugins` szöveget a címsorba és nyomjuk le az kbd:[Enter] billentyût. Ekkor a jelenleg elérhetõ pluginok listájának kell megjelennie.
|
||||
|
||||
@@ -222,14 +222,14 @@ Adobe(R) Flash(TM) 插件并没有直接提供其 FreeBSD 版本。 不过,
|
||||
|
||||
[source,shell]
|
||||
....
|
||||
# mount -t linprocfs linproc /usr/compat/linux/proc
|
||||
# mount -t linprocfs linprocfs /usr/compat/linux/proc
|
||||
....
|
||||
|
||||
这也可以在机器启动时自动挂载, 把以下这行加入 [.filename]#/etc/fstab#:
|
||||
|
||||
[.programlisting]
|
||||
....
|
||||
linproc /usr/compat/linux/proc linprocfs rw 0 0
|
||||
linprocfs /usr/compat/linux/proc linprocfs rw 0 0
|
||||
....
|
||||
|
||||
然后就可以打开浏览器, 并在地址栏中输入 `about:plugins` 然后按下 kbd:[Enter]。 这将显示目前可用的插件列表。
|
||||
|
||||
Reference in New Issue
Block a user