|
57.
|
|
|
uname
|
|
|
|
uname
|
|
Translated and reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:262(title)
|
|
58.
|
|
|
The <command>uname</command> command with the <emphasis role="strong">-a</emphasis> option, prints all system information, including machine name, kernel name & version, and a few other details. Most useful for checking which kernel you're using.
|
|
|
|
<command>uname</command>命令與<emphasis role="strong">-a</emphasis>參數, 列印出所有系統資訊,包括機器名稱、核心名稱&版本和一些其他詳情。在檢查你使用中的核心時十分有用。
|
|
Translated by
Albert
|
|
Reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:263(para)
|
|
59.
|
|
|
lsb_release
|
|
|
|
lsb_release
|
|
Translated and reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:273(title)
|
|
60.
|
|
|
The <emphasis role="strong">lsb_release</emphasis> command with the <emphasis role="strong">-a</emphasis> option prints version information for the Linux release you're running. For example, typing: <screen>lsb_release -a</screen> will give you: <screen>
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04
Release: 8.04
Codename: hardy</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
61.
|
|
|
ifconfig
|
|
|
|
ifconfig
|
|
Translated and reviewed by
hialan
|
|
|
|
62.
|
|
|
The <command>ifconfig</command> command reports on your system's network interfaces.
|
|
|
|
<command>ifconfig</command> 命令報告您當前系統的網路介面。.
|
|
Translated and reviewed by
hialan
|
|
|
|
63.
|
|
|
Executing Commands with Elevated Privileges
|
|
|
|
使用更高的權限執行您的指令
|
|
Translated and reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:293(title)
|
|
64.
|
|
|
The following commands will need to be prefaced with the <command>sudo</command> command. Please see <ulink url="https://help.ubuntu.com/community/RootSudo">RootSudo</ulink> for information on using <command>sudo</command>.
|
|
|
|
以下的指令將需要以 <command>sudo</command> 指令作為開頭。請見 <ulink url="https://help.ubuntu.com/community/RootSudo">RootSudo</ulink> 以取得使用 <command>sudo</command> 的相關資訊。
|
|
Translated and reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:294(para)
|
|
65.
|
|
|
Adding a New Group
|
|
|
|
新增一個群組
|
|
Translated and reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:303(title)
|
|
66.
|
|
|
The <command>addgroup</command> command is used to create a new group on the system. To create a new group, type: <screen>addgroup newgroup</screen> The above command will create a new group called <emphasis role="strong">newgroup</emphasis>.
|
|
|
|
<command>addgroup</command> 命令在系統中常被用來建立一個新的群組。 要建立一個新的群組,輸入: <screen>addgroup newgroup</screen> 以上的命令將建立一個叫做 <emphasis role="strong">newgroup</emphasis> 的新群組。
|
|
Translated and reviewed by
hialan
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:304(para)
|