2. Common Linux operation commands (1) and linux operation commands
BASH: It is the GNU Bourne Again Shell, which is the default Shell on the GNU operating system.
Bourne Shell: Shell developed by Bell lab.
Korn Shell: It is the development of the Bourne Shell and is compatible with the Bourne Shell in most aspects.
C
Common Linux commands and common Linux commands
If some commands are not commonly used, you can't remember them. Every time you use them, you need to query them. Here we record some commands:
(1) tar
Decompress:
Tar-xvzf filename.
Summary of several functions similar to Linux commands and summary of Several linux commands
The wc command is used to count the number of lines, characters, and bytes of text in the format of wc [parameter] text ".
-L only displays the number of rows
-W: only display the number of words
-C: only display the number of
Common Linux commands (8) and common linux commands
Linux touch commands are not commonly used. They are generally used to modify the file timestamp or create a new file that does not exist.
1. Command Format:
Touch [Option] File
Share file commands in Linux and view commands in linux
In linux, the command for viewing log file content includes:
Cat displays the file content starting from the first line. tac is displayed from the last line. It can be seen that tac is the line number output when cat i
first, and configuration file help is the fifth. ViewUse man 5 passwd to help with the passwd configuration file6. View help info [any keyword]Linux and UNIX7. Obtain the role of the short Index Command and the location of the command (brief information) whatis-- Help: Only LIST Command OptionsApropos [configuration file] is equivalent to man-KWhen you use whatis and apropos, you need to use the index database. If an error occurs when you use these t
Common commands for linux system monitoring and Common commands for linux monitoring
Original article: http://blog.sina.com.cn/s/blog_68f1c17001016uvy.html
Linux provides many tools used to monitor the system. These tools can be used to find the bottleneck that may lead to
Tags: absolute path installation file output Reference Declaration switch Directory View extLinux common commands (Common Commands for Linux)1. Statement, this article only write based on the Bash shell commonly used commands, if you encounter the command in the course of use, may be updated, the command has been repla
The command format for Linux is generally: command [-options] [parameters], such as LS-LA/ETC, you need to note the following: 1) Individual commands are not used in this format, 2) when there are multiple options, can be written together; 3) there is a simplified option (-) and a full option, such as-a equals-all.(1) LSThe function of the LS command is to display the directory file, the original is a list,
, RM; Execute permissions x: CD2. Change the file owner: ChownCommand name: Chown Command English Original: Change file ownership command path:/bin/chown Execute permissions: All user syntax: chown [user] [file or directory] function description: Changes the owner of the files or directories3. Change the owning group of the file or directory: ChgrpCommand name: CHGRP Command English Original: Change file group Ownership command path:/BIN/CHGRP Execute permissions: All user syntax: chgrp [user] [
created mkdir-p shandong/heze/danxian/yanglouzhen/liuzhaicun/t/t for recursion13. Tree Shandong View trees structure, directory organization14, man view the command's document command--help simple view Help15. Help command to view Linux built-in commands16. grep Find Code17, Tar zcvf demo.tar.gz Linux.log demo own definition name, tar.gz usual habit Linux.log will pack into demo.tar.gz18, sz demo.tar.gz download package19. Df-h Disk Utilization20, Du
Five search commands in Linux and five search commands in Linux
Recently, I am studying Linux. Below are some notes.
When using a computer, you often need to find files.
In Linux, there are many ways to do this. The foreign websit
Common Linux commands (20) and common linux commands
When you use the-exec option of the find command to process matched files, the find command passes all matching files to exec for execution. However, some systems have limits on the length of commands that can be passed to
Help for common linux commands and help for common linux commands
Command name: man
Purpose: help information of commands and configuration files (no absolute path is required)
Mainly view the name and search parameters
There are several types of help: 1. Command help. 5
Refresh a simple passwd file for linux commands and passwd for linux commands
**************************************** ******************************** ***************************************
Original Works are from the blog of "Deep Blue blog". You are welcome to repost them. Please indicate the source when you repost
Common Linux commands (6) and common linux commands
The mv command is short for moving files. It can be used to move files or rename files. It is a common command in Linux and is often used to back up files or directories.
1.Command Format:
Mv [Option] source file or direct
Common Linux commands (4) and common linux commands
The linux mkdir command is used to create a directory with the specified name. The user who creates the directory must have the write permission in the current directory, and the specified directory name cannot be an existi
Linux-related decompression commands and linux decompression commands
ZIP
We can use the following command to compress a directory:
# Zip-r archive_name.zip directory_to_compress
Below is a zip file:
# Unzip archive_name.zip
TAR
Tar is a widely used document packaging format in Lin
Summary of common linux commands and parameters (basic) and common linux commands
1. user's home directory (~) In linux, users all have their own home directories. you can place your own configuration files and other things. pwd: list the current directory. optional paramete
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.