The documentation written in Notepad under Linux doc Windows differs from those written by Vim or gedit under Linux! For example, the SH script written under Windows can be executed under Linux and may go wrong. Workaround: The reason is: Windows
11, Process creationLinux process creation can be divided into two steps, the fork () and the Exec () function, fork () is responsible for creating a child process, and the parent process is only the PID ppid and some statistics, the EXEC ()
Some common shutdown/Restart commands under Linux are shutdown, halt, reboot, and Init, all of which can be used to reboot the system, but each command has a different internal working process.Linux CentOS Restart command:1, reboot2. shutdown-r now
Linux Soft Connect and hard connect
For a file, there is a unique index point corresponding to it, and for an index contact number, you can have multiple file names corresponding to it. Therefore, the same file on the disk can access
Database health monitoring is a very important work, important indicators \KPI monitoring results will have a special collection, monitoring, alarm system to do related things.While some are not very important or are still in the design and
Summary of Linux UML kernel debugging methodsThe building of a UML environment1 Download Internal coreSelect version Linux-3.10.57.tar.xz from official website www.kernel.orgUnzip to the appropriate path???? /opt/um/linux-3.10.57?2 UM-based kernel
What is an ACLACL is the abbreviation of Access Control List, the main purpose is to provide the traditional owner,group,othersRead,write,execute permission settings outside of the permissions. ACLs can be used for single-user, single-file or
connecting to a Linux server is now generally a way to connect remotely using SSH. Recently installed a server, found that Telnet is very fast, ping everything is normal, but SSH connection is very slow. After the online information query, there are
CentOS Installation Axel:Currently there is no Axel on the Yum source, we can download the RPM package installation to http://pkgs.repoforge.org/axel/.32-bit CentOS execute the following command:Wget-c
Linux provides a rich help manual that you do not have to look for when you need to see the parameters of a command, as long as you have a man.The Linux Man Handbook has several chapters:1, standard commands (command)2. System calls (Systems call)3.
To view file permission statements:In Terminal input:Ls-l xxx.xxx (xxx.xxx is the file name)Then there will be similar messages, mostly these:-rw-rw-r--A total of 10 digitsWhich: the front one-represents the typeThe middle three rw-represents the
A process is an address space in which one or more threads are running and the system resources required by those threads. In general, Linux Systems Share program code and system function libraries between processes, so there is only one copy of the
Organized from "Bird Brother's Linux private Dishes", collation: hua ke xiao tao http://www.cnblogs.com/hust-ghtao/There are two types of link files in Linux: Hard links and soft links. Soft link (symbolic link) is very well understood, is similar
The length limit for a Linux file name is 255 charactersFully qualified file names under Windows must be less than 260 characters, and folder names must be less than 248 characters.limitations of the number of Linux items, folders, and file name
Stat -- get more information than ls
Get tired of ls commands and want to see more interesting information about your files? Try stat!
The ls command may be one of the first commands learned by every Unix user, but it only displays a small part of
Use the local yum source and the network yum source in CentOS 6.5 at the same time
1. Local yum Source
1. The system has installed the yum software package by default, so you can directly configure it:
[Root @ localhost ~] # Cd/etc/yum. repos. d/yum
Kill command in CentOS to close the process
The safest way to kill a process is to simply use the kill command without a modifier or a flag.
First, use the ps-ef command to determine the PID of the process to be killed, and then enter the following
Test the logic of basic Linux commands 1. Test the linux Logic
1. Use test to judge the result of a command. The return value is 0 or an integer. Returns 0 to true, and an integer to indicate the error code.
2. Use $?
3. For example
My server has a
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