|
61.
|
|
|
lsb_release - print details about current Linux release
|
|
|
|
lsb_release - print details about current Linux release
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:299(title)
|
|
62.
|
|
|
The <command>lsb_release</command> with the <command>-a</command> option prints version information for the Linux release in use. For example, typing: <screen>lsb_release -a</screen> will display: <screen>No LSB modules are available.
Distributer ID: Ubuntu
Description: Ubuntu 10.04
Release: 10.04
Codename: lucid
</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cli/C/cli.xml:307(para)
|
|
63.
|
|
|
Executing Commands with Elevated Privileges
|
|
|
|
Executing Commands with Elevated Privileges
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:316(title)
|
|
64.
|
|
|
The following commands must 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> (<abbrev>sudo</abbrev> is short for <quote>superuser do</quote>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cli/C/cli.xml:324(para)
|
|
65.
|
|
|
Adding a New Group
|
|
|
|
Adding a New Group
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:325(title)
|
|
66.
|
|
|
The <command>addgroup</command> command is used to create a new group in the system. To create a new group, type: <screen>sudo addgroup foobar</screen> The above command will create a new group called <emphasis role="strong">foobar</emphasis>.
|
|
|
|
The <command>addgroup</command> command is used to create a new group in the system. To create a new group, type: <screen>sudo addgroup foobar</screen> The above command will create a new group called <emphasis role="strong">foobar</emphasis>.
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
../docs/cli/C/cli.xml:331(para)
|
|
67.
|
|
|
Adding a New User
|
|
|
|
Adding a New User
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:333(title)
|
|
68.
|
|
|
The <command>adduser</command> command is used to create a new user on the system. To create a new user, type: <screen>adduser foobar</screen> which will create a new user called <emphasis role="strong">foobar</emphasis>.
|
|
|
|
The <command>adduser</command> command is used to create a new user on the system. To create a new user, type: <screen>adduser foobar</screen> which will create a new user called <emphasis role="strong">foobar</emphasis>.
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
../docs/cli/C/cli.xml:341(para)
|
|
69.
|
|
|
Add or Change a User Password
|
|
|
|
Add or Change a User Password
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:341(title)
|
|
70.
|
|
|
The <command>passwd</command> command is used to assign a new password to a new user or to change the current password for an existing user. To add a password or change the password for the user <emphasis role="strong">foobar</emphasis>, type: <screen>passwd foobar</screen> For new users, this will generate a prompt to enter the new password. For an existing user, there will be a prompt for the existing password before the prompt for a new password.
|
|
|
|
The <command>passwd</command> command is used to assign a new password to a new user or to change the current password for an existing user. To add a password or change the password for the user <emphasis role="strong">foobar</emphasis>, type: <screen>passwd foobar</screen> For new users, this will generate a prompt to enter the new password. For an existing user, there will be a prompt for the existing password before the prompt for a new password.
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
../docs/cli/C/cli.xml:350(para)
|