Oracle Enterprise Linux (v5.7)-(3/5) http://www.cnblogs.com/chanchifeng/p/6818010.html in VMware [Learn] Installing Oracle Enterprise Linux (v5.7)-(4/5) http://www.cnblogs.com/chanchifeng/p/6818039.html in VMware [study hard] Install Oracle Enterprise Linux (v5.7)-(5/5) http://www.cnblogs.com/chanchifeng/p/681819
Linux Device Driver Article 4: Driver debugging methods, linux Article 4
In the previous article, we probably talked about how to write a simple character device driver. We are not a god, but there will certainly be a problem when writing code. We need to continuously debug it during the code writing process. In common
Linux Command-Class 4, linux Command-4
1. System Management and Maintenance1. pwd: print working directory2. cd: change directory to change or enter the path● Cd ~ /Cd: current user directory; return to the main directory (with spaces in the middle !)● Cd/: root directory;● Cd-: The Last accessed directory;● Cd...: dir
Red Hat Enterprise Linux as Release 4 (nahant Update 4) referred to as as4.
Common installation and upgrade tools on Linux mainly include Yum and apt. Among them, yum can better solve the dependency problem of rpm, and yum is recommended.In the standard Redhat Enterprise Linux
In Redhat 4, yum needs to be individually installed:
(1) First view the current Redhat system version: Cat/etc/issue
Displayed: Red Hat Enterprise Linux as Release 4 (Nahant Update 7)
Kernel \ r \m
The system information is stored in the issue file.
(2) Download Yum package: http://yum.baseurl.org/download/2.0/yum-2.0.8-1.src.rpm
(3) Installation
$sudo Rpmbuild
Tags: Linux restart3.4 "Linux learning is not difficult" Linux character interface (4): Restart Linux system reboot commandReboot's work is similar to halt, but reboot is causing the computer to restart, and halt is to cause the computer to shut down. Its options are similar
I have searched Google and Baidu for a long time and have not found Red Hat Enterprise Linux as 4 Update 4. When I was depressed, I thought of P2P software because P2P software also has powerful search functions. So I downloaded an eMule and entered "Red Hat Enterprise Linux as 4
4. MLinux is a mini Linux release that includes some system maintenance and recovery tools, for example, cfdisk and GNU parted are used to manage partitions, testdisk is used to restore partitions, photorec is used to restore files, and ntfs3g is used to support reading and writing data in the NTFS partition format.
Improvement content:
1. Nano Text Editor supports editing help files
2. added the Bluetoo
as follows: 1) VI mytask.sh Enter the following command Date>>/home/mydate3 Cp/home/mydate3/root 2) Grant mytask.sh Execute permission chmod 744 MYTASK.S H 3) Crontab-e 4) Re-enter the command: * * * * * */root/mytask.sh. (3) How to terminate a task crontab-r means to terminate a task schedule. After the command is executed, the tasks in the crontab-e are removed. CRONTAB-L indicates which task schedules are currently in the list.2, the
Search string Command grepCommand format: grep [option] ' string ' file name#在文件当匹配符合条件的字符串Options:-I ignores case-V excludes the specified stringThe find command differs from the grep commandFind command: Searches the system for eligible file names, and if matching is required, wildcard matches are used. Wildcard characters are exact matchesgrep command: Searches for eligible strings in a file, matches with regular expressions if required, and regular expressions that contain matches.Search for
complete the startup level change. The Linux running level is shown in Table 2.1.
Table 2.1Linux running level
Parameters
Description
0
Shutdown
1
Single User Mode
2
Multiple users
3
In full multi-user mode, servers generally run at this level
4
It is generally not used. It is used in some special cases.
5
X11 mode. The def
Tags: recompile mingetty Chapter 4 Adding user login capabilities to streamlined Linux systems4.1 Download mingetty and login program source codeThis article uses the CentOS 5.11 Source code is in the official source site http://vault.centos.org can be downloaded,go to http://vault.centos.org/5.11/os/Source/to find the Mingetty and login programs, such as:??the Mingetty and login programs belong to the min
). The thin kernel intercepts interrupts to ensure that the non-real-time kernel cannot preempt the operation of the thin kernel. This allows the thin kernel to provide hard real-time support.
Although the thin kernel approach has its advantages (hard real-time support coexists with the standard Linux kernel), there are drawbacks to this approach. Real-time and non-real-time tasks are independent, which makes debugging difficult. Also, non-real-time t
in1024+0 Records out$/extra-swap is the swap filename, the size is given by count=. The best size is a multiple of 4, because the core writes out the memory page is 4KB. If it is not a multiple of 4, the last few KB will not be available.
There's nothing special about swapping partitions. The only difference is that it is used as the original partition, that is, there is no file system, it is best to mark
1 System-initiated process
BIOS-> mbr+boot Code-> Execute bootstrapper: GRUB-> load Kernel-> execute init-> run RunLevel
2 Start detailed
1 BIOS
The 1 BIOS refers to the basic input and output system (basic input outputs systems), typically stored in the BIOS chip on the motherboard
2 The first step in computer startup is to start the BIOS first, and then the BIOS to check the hardware and find the bootable device
3 bootable devices can be set in BIOS, including USB, CDROM, HD, etc.
2 MBR
Original address: Linux kernel source Code Analysis--Kernel boot (4) Image kernel boot (setup_arch function) (Linux-3.0 ARMv7) TekkamanninjaTransferred from: http://blog.chinaunix.net/uid-25909619-id-4938393.htmlIn the analysis of the Start_kernel function, there are schema-related initialization function Setup_arch. This function varies according to the architec
Basic Introduction to Linux [Part 4], basic introduction to linux
Attributes and permissions of Linux Files And Directories
Command:
Column 1: inode (index node) index node number, which uniquely identifies a file or directory on a disk, in linux, you must first read the ind
,g=rx,o=rx[[email protected] ~]# mkdir/tmp/test[[email protected] ~]# ls-ld/tmp/tes Tdrwxr-xr-x. 2 root root 4096 January 8 00:32/tmp/test[[email protected] ~]#when creating a new file, the default is no execute permission for security purposes . For example, create a new Test1.txt file under the TMP directory with the following default permissions:[Email protected] ~]# touch/tmp/test1.txt[[email protected] ~]# ls-l/tmp/test1.txt-rw-r--r--. 1 root root 0 January 8 00:34/tmp/test1.txt[[email
Access to Linux command helpExternal command: There is an executable program, located in the file system directory;Echo (COMMAND)Internal command:Help COMMANDExternal command help:(1) Help manualCOMMAND--help # COMMAND -h(2)使用手册(manual) # man COMMAND(3)信息页 # info COMMAND(4)程序自身的帮助文档 README INSTALL ChangeLog(5)程序官
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.