Compiled from: http://www.tecmint.com/cheat-command-line-cheat-sheet-for-linux-users/ Avishek KumarOriginal: LCTT https://linux.cn/article-3760-1.html Translator: Su-kaiyaoA slight change in the originalWhat do you do when you're not sure what commands you're running, especi
cheat--gives Linux beginners and administrators an ultimate command line "cheat sheet"What do you do when you're not sure what commands you're running, especially complex commands that use a lot of options? In this case, we use th
-LicensingmodelConcurrent -ProductCodeMPS -producteditionENT # Configure License server name and PortSet-xdlicensing -licenseserveraddressDC01 -Licenseserverport 27001# Display Licensing OptionsGet-Configlicensingmodel #
How to Display/modify Product version and edition?
123456789101112
# Configure new settings for Product Code, edition and licensing modelSet-Configsite -ProductCodeMPS -producteditionENT# Display Production OptionsGet-configproduct# Display Product vers
Linux System, we often use the man command to help see the specific use of this command, man is very powerful, but the English poor classmate with man may not be so handy, naturally appeared the Cheat command, The Cheat command is a simple example that tells you how to use a command, which is created to help system administrators remember common system
the most basic examples. The customized memo is placed in the ~/.cheat/directory and can be edited using the following command when the editing environment is set up.CHEAT-E FooIf the new Foo is already present, it will be opened directly and will not be created and then edited5. Setting the environment variables used by cheat[Email protected] [02:20:15]:~ $
Use the cheat tool in Linux to learn how to use system commands
Cheat is a tool that is very suitable for Linux system administrators. It helps you quickly and easily get familiar with the use of system commands in
First, Introduction Cheat is an interactive cheat sheet application that is distributed to Linux command line users under the GNU General Public License. It provides a display of Linux command use cases, including all of the options and short but understandable features of t
Basic linux commands and basic linux commands
Shutdown-h now shut down immediately
Shutdown-r now restart the computer
Reboot now restarts the computer
Logout user logout
Vi editor usage:
1) vi file name
2) Enter I to enter the co
Learn about basic Linux commands: df commands and du commands-general Linux technology-Linux technology and application information. For more information, see the following. Df command
Linux entry (1)-Basic commands and linux entry commands
This series of Linux beginners are the basic content I have summarized on the basis of "laruence's
I. Linux basic management commands and Linux management commands
1. Shutdown and restart command
(1) shutdown command: shutdown [Option] Time
Option:-c. Cancel the previous shutdown command.
-H Shutdown
-R restart
Example: shutdown-h now # shut down immediately, root User
+
Basic Search commands and information in Linux, and query commands in linux
Searching for commands and hardware information is the most common operation for daily system management and maintenance. Next we will make a brief compa
Basic Linux commands and Linux commands
Compression and decompression commands
Compression: tar-zcvf appName.tar.gz. date appFileName (for example, tar-zcvf rc.tar.gz. 0513 rc)
Decompress: tar-xvf tarFile
Tar comm
Linux basic commands (2) commands on disk space, linux disk spaceDisk Space commands
Command
Function
Mount
Mount a File System
Umount
Detach a mounted file system
Df
Check the disk
Basic Linux commands and Linux commands
Cd-> transform path // file usually exists under/var/path, var can be modified storage disk
Ls-> list all properties of hidden and Related Files # ls-al
# Ls-al
-Rwxrwxrwx 1 root 293 2016-02-23 test
File property connection count file
Basic Linux commands and Linux commands
[Epeter @ localhost ~] $
Where: epeter is the user name; localhost is the current host name ;~ The broken wave number indicates that the current user directory is used (If yes, the slash indicates that the current root directory is use
Linux Security Basics: network configuration commands and linux basic configuration commands
1. ifconfig view and configure network interface information(1) set an IP addressIfconfig eth0 192.168.0.1(2) temporarily disable or enable the NICIfconfig eth0 downIfconfig eth0 up(
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:
Linux basic commands and linux commandsLs command
Pwd: display the current directory touch 11.txt: Create a txt file named 11 mkdir laowang under the current directory: Create a folder named laowang ls-a-l-h in the current directory: it is equivalent to ls-alh.-a is used to display all files in the current directory, i
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.