Linux basic commands

Source: Internet
Author: User


    • Explanation of the command line

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/themes/ Default/images/word.gif ") no-repeat center;border:1px solid #ddd;" Width= "" height= ", alt=" Spacer.gif "/>

Root indicates the current operator's identity

Desktop: represents the current changer, which indicates that the administrator is in the desktop environment.

$ # # identity prompt,# represents Superuser,$ represents a normal user

Foundation0 # # host name

2) Virtual machine open,rht-vmctl ...

is in the user (student) identity landing, generally start with start , in the view can be displayed

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "553" height= "245" alt= "Spacer.gif"/>

3) Switch User,

after logging in as a user (student) and switching to root(admin), you need to enter your password at this time .

The administrator does not need to enter a password when switching to the user.

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "480" height= "alt=

4)whatis command (whatis+ unknown command)

The literal meaning is easy to understand,the Whatis command is used to view the function of this unknown command,

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "454" height= "" alt=, Spacer.gif "/>

5) help command (Unknown command --help)

The Help command is used to see the parameters of an unknown command and the meaning of the parameters, it is convenient to view the time

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "554" height= "321" alt= "Spacer.gif"/>

take date as an example,[option] ... indicates the parameters that can be followed (-xxx), plus the number of days, such as

Date–d 10day, you need to be aware of the middle of the space.

6) shutdown and restart

in the It is correct to use command both to control the shutdown and restart of the computer under the Linux environment.

shutdown:poweroff | Init0 | Shutdown-h now

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "554" height= "alt=

shutdown:poweroff | Init0 | Shutdown-h now

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "554" height= "205" alt= "Spacer.gif"/>

7)Date command

Date is used to view all information about the time, and the first-off parameters are mentioned in the above content,

demonstrates the use of date itself and the effect of using a parameter

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "303" height= "" alt=, "Spacer.gif"/>

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "348" height= "alt=

This is found after passing the date–-help, there can be more kinds of output format. In this part of a swoop.

8)passwd command

This is the command about the password, Linux under the strict password change, must be guaranteed not less than 8 digits, can not have consecutive numbers or characters, which also guarantees the security of the password problem. For example, when you change the password, you commit the problem.

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "456" height= "122" alt= "Spacer.gif"/>

There is also a passwd command in the administrator perspective is widely used, by using this command as root can directly modify the user's password, and can speak the user's password permission to modify, For example, the following is the effect of locking and unlocking the user's password through an administrator.

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "303" height= "149" alt= "Spacer.gif"/>

Unlock

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/themes/ "Default/images/word.gif") no-repeat center;border:1px solid #ddd; "width=" 285 "height=" "alt=" and "Spacer.gif"/>

Passwd–s + username can display information about the password, such as

-N 1 Student # # set password minimum expiration

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "484" height= "107" alt= "Spacer.gif"/>

Passwd-x Student # # # Set Password is valid for up to a maximum of

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "485" height= "" alt= "and" Spacer.gif "/>

Passwd-w Student # # password expires temporarily can also use, daily reminders, a total of warning (a bit exaggerated!) The default is one day in advance so yes -1)

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "477" height= "alt=

Passwd–i 2 Student # # set user inactive days to 2

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "467" height= "" alt= "and" Spacer.gif "/>

9) Tab key use ( the table key in the system can automatically complement the existing command, file name and some command parameters)

For example , the effect of a+tab+tab display.

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "399" height= "205" alt= "Spacer.gif"/>

processing commands for files

Head–n + file name (view the first n rows of a file )

If you do not enter a value of N, the default is 10

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "325" height= "209" alt= "Spacer.gif"/>

Tail-n + file name (do not enter N value default ten)

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" Width= "354" height= "" alt=, Spacer.gif "/>

and less filename paging, press "Q" to exit (when the file content is a lot of time you can use this command to support paging view )

Cat filename Displays the full contents of the file

One)history Command

! Number (after completing the history , you can display commands that have recently been executed, which is available!) Number to complete the View History command)

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "291" height= "183" alt= "Spacer.gif"/>

Clear History command:history-c

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "312" height= "" alt=, Spacer.gif "/>

WC Statistics file capacity information

Wc-l number of rows

-W Words

-C byte number (b)

-M character Count

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" width= "312" height= "alt=

use Ctrl+r to enter the view mode and enter the command you want to view in any one letter to show the commands you have used recently.

650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/themes/ Default/images/word.gif ") no-repeat center;border:1px solid #ddd;" width= "217" height= "" alt= "and" Spacer.gif "/>

for Beginners Linux, it is necessary to master some shortcut keys, and then share some of the shortcuts used under Linux.

around # # One character moves one character

CTRL + around # # A word moves a word

CTRL + A # # cursor moves to the beginning of the line

+ E # # cursor moves to end of line

+ U # # cursor position deleted to beginning of line

+ k # # cursor position deleted to end of line

+ r+ keyword # # Bring up the most recent command with a keyword

+ C # # undo to enter the command

+ D # # Close the current environment

+l # # Empty screen

+shift + C # # copy

+shift + V # # Paste

+ SHIFT + t # # re- open a table in an existing shell

+shift + N # # open a new shell in the shell

+ SHIFT + Pageup|pagedown # # Toggle Table

+ ALT + L # # lock Screen

+ ALT + on | next # # Switch Work Interface

+ ALT + F1|f7 # # Enter the graphical interface

+ ALT + F2-f6 # # Enter Virtual Console


This article is from the "13345576" blog, please be sure to keep this source http://13355576.blog.51cto.com/13345576/1969298

Linux basic commands

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.