Disk Management?? disk name disk with a, B, C, D partition to 1, 2, 3, 4??????? HD (IDE) SD (SCSI) VD (virtual disk)?? disk partition primary partition: 1-4??????? Extended partition: One of 1-4 (extended partition cannot be formatted and mounted)???
Speaking of MOTD, the students familiar with Linux system should be familiar with, MOTD it is a common file on Linux system,/ETC/MOTD file on Linux system. Action: Each time the system needs to log in, display some messages to the login user through
1. Install Samba service: Apt-get install Samba2. Create a system user and Samba to bind: Useradd testuser, then create a password for the user passwd testuser3. Modify the Samba service configuration file and append the following to the end of
This is a special mount method that mounts a directory to another directory.For example, the real directory is the/etc/mount point is/mount-testThis cancels the binding.If you unintentionally bind a used mount point to a different directory, the
This command is primarily used to implement file system detection functionsFile system detection and repair is recommended when a write operation is terminated abnormally due to an unexpected process termination or a system crash, which may result
Batch modification of file and folder owners and permissions under Linux requires two commands, chmod and ChownExample: Perform the same permission change for all files in the/opt/oracle/directory as subdirectories:Chmod-r 700/opt/oracle/-r
Git is an open source distributed version control system that can efficiently and rapidly handle project versioning from very small to very large. And the foreign GitHub and the domestic coding are the project's hosting platform. But when it comes
Linux core Cheats
Linux systems are strictly case-sensitive
Linux everything File
Space required between Linux commands
1. The computer is made up of hardware and softwareHardware: Visible, Touch (monitor/keyboard/mouse/Chassis/
The uptime is used to view the load information for the system.It displays information such as the current system time, the system elapsed time, the number of enabled endpoints, and the average load value, in turn. Average load refers to the system
Linux Installation and learningfirst, about the installation of Virtualbos and UbuntuFor this installation, because there is no experience in installing the system, mostly follow the teacher's steps to carry out. In this installation, one of the
1. # uname-a (Linux view version current operating system kernel information) Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 17:54:28 EST 2003 i686 Athlon i3 Gnu/linux 2, # cat/proc/version (Linux view current operating system version information)
1. Log in to the server via X-shell or putty2. Download LNMP One-click installation package >wget-c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz # Specifically, you can choose which version to install3. Unzip the installation package >tar ZXVF
One, Linux file types: Ordinary files, directory files, linked files, device files, pipeline files.1. Normal file: When the property is displayed by Ls-al, the first property is [-], for example [-rwxrwxrwx]. Including:1, plain text file (ASCII): Is
Linux file search command usage details, linux Command Usage DetailsFind command
Linux find commandUsed to find files in a specified directory. Any string located before the parameter will be considered as the directory name to be searched. If you
Installation tutorial for mysql in linux, linuxmysql
Today, we need to use yum to install mysql. In fact, we can also download the mysql installation package on the official website to install it. However, I think it is appropriate to use yum to
Detailed tutorial on using the sed editor in linux, linuxsed
1. Introduction to Sed
Sed is an online editor that processes a row of content at a time. During processing, the currently processed rows are stored in the temporary buffer, called the
Linux File Viewing and content processing: pipeline operator command description and instance, linux Pipeline1. Command description:
In Linux, the pipe character "|" is actually a fixed-size buffer with a size of 4 K bytes. Its function can regard
When the ibdata1 file of MySQL is too large, mysqlibdata1
I encountered a MySQL database installed in yum when installing zabbix monitoring. Later I used it for a while to find that the ibdata1 space under the data Directory was very large, on the
View the number of concurrent workers and processes of apache ApacheLinux (Tutorial) and number of workers apachelinux
1. Check the current number of concurrent workers of apache:
Netstat-an | grep ESTABLISHED | wc-l
Compare the Number Difference of
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