Read about practical guide to linux commands, The latest news, videos, and discussion topics about practical guide to linux commands from alibabacloud.com
characters x and m, for example, '0 {5} 'matches the rows containing 5 o.
X {m ,}
Repeat character x for at least m times, for example, 'O {5,} 'matches rows with at least 5 o.
X {m, n}
Repeated characters x, at least m times, no more than n times. For example, 'O {5, 10} 'matches rows of 5--10 o.
W
Match text and number characters, that is, [A-Za-z0-9], for example, 'gw * P' matches with G followed by zero or multiple characters or numbers, followed by p.
W
Matches one or more non-word charact
Article Title: Practical Tips: use Linux background tasks. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Linux, as a multi-task enviro
with Ubuntu desktop and CENTOS6/7 environments
Linux Knowledge related
Linux thought map finishing
Advanced Learning Resources finishing for Linux beginners
Getting Started with Linux basics
Understanding of the "translated" Linux conceptual archit
from:http://www.linuxidc.com/linux/2015-05/117414.htm
[Date: 2015-05-13]
Source: Linux China Linux
[Font: Big Small]
I've been using Linux for 10 years, and through this article I'm going to show you a series of commands, tools, and trick
Tags: GPO highlight file name minimalist colleague grep post download NotepadLinux has a complex system, there are a lot of commands, development colleagues in the daily development, unlike operations colleagues need to skillfully use a lot of commands.Below is a list of the basic commands I used in my work:Log viewFor development colleagues, the most common tasks in Li
overwrite any existing filesIf the-I option asks us if we want to overwrite the file, then the-N option will not allow us to overwrite any existing files.Continue using the example in the 8th, if we replace-u with-n plus the-v option, then we will see that no files are moved to the/home/pungki/office directory.
$ MV-VN *.txt/home/pungki/office
10. Create a backup when copyingBy default, moving a file overwrites a target file that already exists. But what if we move the wrong file
Article Title: Practical Tips: how to use Linux keyboards more efficiently. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Correct use of the symbols on the keyboard can help you f
Note: This article is purely a personal point of view, do not guarantee absolute correctness, we welcome criticism and correction, but also I will continue to update and improve the article.
Preface :
I love Linux,linux changed my view of the command line, many years ago in the school with Windows batch processing, I feel that the command line is not convenient, hate dead, graduation to find a job when fou
I. linux boot process (first, let's take a look at the linux boot Guide process) boot self-check MBR boot (masterbootrecord master boot record) GRUB Menu (if multiple systems are used, which system is used to choose to use) load the Linux kernel INIT process to initialize the init process... i.
Comparison of common dos and Linux commands
Many Linux commands typed at the shell prompt are similar to those you typed in DOS. In fact, some commands are identical.
This appendix provides common commands for Windows DOS prompts
operation, then please keep 200% careful, remember!MKFS.EXT2/MKFS.EXT3/MKE2FS Formatting Linux Hard Disk PartitioningWhen you query the Help documentation for these three commands with man, you will find that we see the same help document, which means that three commands are the same. The common options are:-B: Each chunk is set to occupy space when partitioning
Linux dd command burning boot USB flash drive detailedDD command to make USB boot disk is very convenient, only need: sudo dd if=xxx.iso of=/dev/sdb bs=1mBefore using the above command must unload U disk, SDB is your u disk, bs=1m is the size of the block, behind the value of large, write speed relative to a bit, but also not unlimited, I generally choose 2M, note, the execution of the command after a block complete, but the U disk is still flashing,
Do you want to know what your server is doing? Then you need to know the basic commands described in this article. Once you've mastered these commands, you're laying the groundwork for becoming a professional Linux system administrator.
You can use graphical user interface (GUI) programs to get the bulk of the information that these shell
77 Common Linux commands and toolsLinux administrators cannot eat with GUI graphical interfaces alone. That's why we're editing this most useful Linux command manual. This guide is specifically designed for Linux administrators and system administrators, and brings together
given command.
20. exit
exitEnds the current terminal session.
21. ping
ping Ping the remote host (server) by sending data packets to detect network connections and server status.
22. who-Who Is logged in
whoLists the usernames currently logged on.
23. su-Switch User
su Used to switch between different users. Super Users can switch to other users even if they do not use a password.
24. uname
unameDisplays important information about the system, such as the kernel name, host name, kernel version
Guide
Below is a list of the 10 basic network and Monitoring commands that each Linux user should know about.Network and Monitoring commands are similar to these:hostname, Ping,ifconfig, Iwconfig, netstat, nslookup, traceroute, finger, telnet, Ethtool is used to view the Linu
Guide
Today to share with you 10 years of Linux summed up 11 cool Linux terminal commands, through today's article I will show you a series of Linux commands, tools and techniques, I hope to help everyone.
1
just do. 3jfgu06dGj! /Y *By default, do opens the configuration file in VI and uses VI to modify the file. We can modify this default item during compilation. Mongodo does not store configuration files with syntax errors without authorization. It will prompt you for problems and ask how to handle them, just like: jii8xa @ sC ~ |. % DF1 zrqawll>>> Sudoers file: syntax error, line 22 * B 'h $Yxe1c] FiIn this case, there are three options: Enter "E" to re-edit, enter "X" to save and exit, and ente
the history of all current historical commands[[email protected]] #history-C cat, tail and watchSystem all the logs are under the/var/log to see their own (specific use can be self-check, appendix lists some common logs)Cat/var/log/syslog et Cat/var/log/*.logTail-fIf the log is updated, how to view tail-f in real time/var/log/messagesYou can also use watch-d-N 1 cat/var/log/messages-d means highlighting different places, and-n indicates how many seco
command will be executed. )[[email protected]] #!rpmList all history on a per-screen basis:MoreImmediately clears the history of all current historical commands[[email protected]] #history-CCat, tail and watchSystem all the logs are under the/var/log to see their own (specific use can be self-check, appendix lists some common logs)Cat/var/log/syslog et Cat/var/log/*.logTail-fIf the log is updated, how to view tail-f in real time/var/log/messagesYou c
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.