Bash shell Command (2), bashshell command
In the previous article 《Bash shell Command (1)This section describes several simple linux shell commands.
Address:Http://www.cnblogs.com/archimedes/p/bash-shell2.html, Reprinted, please specify the source address.Monitoring procedure
1. Probe the process
To monitor processes, you need to use the ps
One linux command every day (28): tar command link: One linux command every day (1): ls command http://www.2cto.com/os/201210/163049.html ; One linux command every day (2): cd command http://www.2cto.com/os/201210/163050.html A li
Liunx disk management Command records and liunx disk Command records
Linux disk management is directly related to the performance of the entire system.
Linux disk management commonly uses three commands: df, du, and fdisk.
Df: list the total disk usage of the file system
Du: Check disk space usage
Fdisk: used for disk partitioning
Today, let's talk about how to use the fdisk and parted partitioning to
Vim command set and linuxvim command set in Linux
Vim command collection
Command history
Commands starting with ":" and "/" have historical records. You can first type ":" or "/" and then press the up or down arrow to select a historical command.
StartVim
Enter the followin
One linux Command every day (42): kill command link: One linux Command every day (1): ls command http://www.bkjia.com/ OS /210210/163049.html#linuxlinuxcommand every day (2): cd command serial (3 ): pwd command Export (4): mkdir
Tags: own occupation add support cut memory RoCE block processLinux divides clocks into system clocks (System clock) and hardware (Real time clock, referred to as RTC) clock two kinds . System time refers to the clock in the current Linux kernel, The hardware clock is the battery-powered motherboard hardware clock on the motherboard, which can be set in the BIOS "standardBIOS feture" entry. When Linux starts, the hardware clock reads the settings of the system clock, and the system clock is
Command mode is the behavior mode of an object [gof95 ]. The command mode is also called action mode or transaction mode. In command mode, a request or operation is encapsulated into an object. The command mode allows the system to parameterize the client using different requests, queue requests or record request logs,
One linux Command every day (44): top CommandRelated links:One linux Command every day (1): ls commandHttp://www.bkjia.com/ OS /201210/163049.html;One linux Command every day (2): cd commandHttp://www.bkjia.com/ OS /201210/163050.html;One linux Command every day (3): pwd commandHttp://www.bkjia.com/ OS /201210/16.02.ht
The previous day learned that the at command is for routine scheduled tasks that run only once, and that the Linux system is controlled by the cron (Crond) system service. Linux systems have a lot of planned work on them, so this system service is started by default. In addition, because the user can set up scheduled tasks themselves, the Linux system also provides a command for the user to control schedule
For details about the parameters of a linux Command (22): find command every day, refer to a linux Command (1): ls command (2): cd command http://www.bkjia.com/ OS /201210/163050.html#linuxlinuxcommand every day (3 ): pwd command
One linux command every day (36): diff command link: One linux command every day (1): ls command http://www.2cto.com/os/201210/163049.html ; One linux command every day (2): cd command http://www.2cto.com/os/201210/163050.html A l
One linux Command every day (45): free command link: One linux Command every day (1): ls command http://www.bkjia.com/ OS /201210/163049.html#linuxlinuxcommand every day (2): cd command serial (3 ): pwd command Export (4): mkdir
One linux Command every day (19): find command overview link: One linux Command every day (1): ls command http://www.bkjia.com/ OS /210210/163049.html#linuxlinuxcommand every day (2): cd command Summary (3 ): pwd command Export (4
One linux command (27) every day: linuxchmod command link: One linux command every day (1): ls command restart (2): cd command http://www.2cto.com/ OS /201210/163050.html#every day ..
One linux command every day (27): linux chmod
One linux command every day (32): gzip command link: One linux command every day (1): ls command http://www.2cto.com/os/201210/163049.html ; One linux command every day (2): cd command http://www.2cto.com/os/201210/163050.html A l
A linux command (17) every day: whereis command link: A linux command (1) every day: ls command restart (2): cd command http://www.2cto.com/ OS /201210/163050.html#a Li every day ..
One linux command every day (17): whereis
Every day, a linux command (21): link to the find command xargs: A linux command (1): ls command (2): cd command http://www.2cto.com/ OS /201210/163050.html#every day ..
Link to xargs of one linux command (21): find
Detailed description of the find command in linux and the linuxfind command
Http://blog.csdn.net/pipisorry/article/details/39831419
Find Syntax:
Find [start Directory] search for conditional operations
Find path option [-exec COMMAND {}\;]
Because the find command will perform recursive search on the files and Their su
Linux Command Line editing common shortcut keys (practical, General), linux Command Line
This article describes common shortcut keys for Linux Command Line editing.
Linux Command Line editing shortcut:
History display command history list
← (Ctrl + p) display the previous
string instead of an expression.
7. Delete
$sed ' 2d ' file #删除第二行
$sed ' 2, $d ' file #删除2-last line
$sed ' $d ' file #删除最后一行
Interpreting-help
Usage: sed [options] ... {Script (if no more scripts)} [Input file] ...
-N,--quiet,--silentCancel Automatic print mode space-e script,--expression= scriptAdd "Script" to the running list of programs-F script file,--file= script fileAdd "script files" to the running list of programs--follow-symlinksFollow soft links when modifying files directly-
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.