In Linux, each process is defined by the TASK_STRUCT data structure. Task_struct is what we usually call the PCB. She is the only means of controlling the process and the most effective means. When we call fork (), the system generates a task_ for
Modify the Linux terminal command line Color
This article turns from: http://www.cnblogs.com/menlsh/archive/2012/08/27/2659101.html
The Linux operating system (Cent5.0) has been used recently because of work needs. I hate the way Linux terminals
SUID, SGID, Sticky introduction:Before you know the special permission bits, first take a look at the security context concept.Security context:Which resources or files can be accessed by the process at run time, not depending on the owner group of
Memory allocations in the kernel are usually done through kmalloc/kfree, but there are other ways to get memory, all of which together provide an interface for allocating and freeing memory in the kernel. First,
Linux kernel initializes the process of high-end memory
The kernel calls Mem_init () in the Start_kernel () function to do all the work related to memory initialization. The work associated with initializing high-end memory is done in function
This article mainly introduced the Linux system prompts the/usr/bin/ld:cannot find-lxxx error The general solution, this article takes Ubuntu as an example to give a solution example, other Linux system also applies, the need friend may refer to the
~$ Lspci | Grep-i VGA01:00.0 VGA compatible Controller:nvidia Corporation GF119 [GeForce GT 610] (Rev A1)
If you want to see the details of the GPU, use ~$ lspci-v-S 01:00.0, then:01:00.0 VGA compatible Controller:nvidia Corporation GF119 [GeForce
Refer to two better documents.
Http://nic.qhu.edu.cn/data/2005/0907/article_41.htm
Http://lostinmymind.blogchina.com/2239184.html
There are probably two kinds of crontab, one is to modify the global configuration file/etc/crontab, the other is to
1. Linux timing tasks are set in the/etc/crontab file, using commands to view
[python] view plain copy Cat/etc/crontab
In the/etc directory there is a crontab file, where there are some scheduling programs running on the system. Each user can
There is no FTP tool installed on Linux, so you want to use the wget command to download the files on this computer.
I use IIS to map a Web site address, and then put the file on this site directory
Note: The IP address that the IIS address Web
In general, we'd better compile this platform's binaries on one platform, such as compiling 32-bit programs on 32-bit platforms and compiling 64-bit programs on 64-bit platforms.
Now 64-bit systems (mostly x86_64 systems, including AMD64 and
Linux compiler and debug under the Linux compilation and debugging ... 1 1. gcc/g++ compiler ... 1 2. Makefile use ... 2 2.1. Basic Process processing ... 2 2.2. Special handling and pseudo target ... 3 2.3. variables, functions, and rules ... 5 3.
Sometimes we want drivers to be added and removed through make menuconfig at the time of Linux compilation, which can be done in the following ways:
1.LED Drive For example
(1) Create an LED directory in the Kernel\drivers\char\ directory, and then
Sometimes, you need to count the length of time each user logs on. I took a lot of time when I first started this thing. Mainly I used the server too many users, there are more than 1000 people, write a good program to execute nearly half an hour
The NL command is used in a Linux system to calculate the line number of a file. NL can automatically add the file contents of the output to the line number. The default result is a bit different from the cat-n, and NL can do more display design
2009-08-12 00:38 I posted in Baidu space, moved over today
Linux Kernel source code learning (2) Memory mapping mode finally figured it out.------Flyli today through the continuous reading of "Linux kernel Code scenario analysis" and
The implementation of the streaming TC is mentioned in the packet sending section, and is now further studied.
Packet sending is implemented through Dev_queue_xmit,
if (q->enqueue) {
rc = __DEV_XMIT_SKB (SKB, Q, Dev, txq);
Goto out;
}
If there
http://blog.csdn.net/qy532846454/article/details/6726171
Kernel version: 2.6.34The previous routing table http://blog.csdn.net/qy532846454/article/details/6423496 describes the structure of the routing table and the creation of the routing table.
A. Linux directory structure
Typically, the root file system takes up less space because most of the files do not need to be changed frequently, and a strict file and a small infrequently changing file system are not susceptible to damage.
In
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