Special character understanding of Linux (Sixth chapter)

Special symbols: Input redirection: The output of the previous input into the file in the back, will erase the original contents of the file.Example:[Email protected] kang]# echo ' Hello World ' > Test.txt[email protected] kang]# cat

Linux Readl () and Writel () functions---for read-write registers

Writel () writes data to the memory-mapped I/O space, writing 32-bit data (4 bytes) on the Wirtel () I/O. Prototypes: #include void Writel (unsigned char data, unsigned short addr) Readl () read data from memory-mapped I/O space, readl from I/O

Linux set up Scheduled tasks

One, first loginTwo, find the folderThird, view scheduled tasksCrontab-lIV, VI root Edit timed task edit complete, click ESC, then : WqTime format minute hour date Month week command Digital range 0-59 0-23 1-31 1-12 0-7 echo "Hello" >>

Detailed description of Linux interprocess communication-Message Queuing

Preamble: The process of communication between signals and pipelines is discussed, and Message Queuing is discussed next.First, the System V IPCThree systems V IPC: There are many similarities between Message Queuing, semaphores, and shared memory

Linux Common commands: Iconv command

The Iconv command is a common command for file transcoding under Linux, and file transcoding is a frequent operation for students who are using both Windows and Linux systems.1. Command format:Iconv [Options ...] [File ...]2. Command

Linux Basics-Delay command: Sleep

Sleep commandSleep parameterTime: Specifies the length of time to pause.The length of time, can be followed by s for seconds, M for minutes, H for hours, and D for the number of days.Sleep 1: Sleeps 1 secondsSleep 1s: sleeps 1 secondsSleep 1m:

The "linux command" grep command

1. FunctionThe grep command in a Linux system is a powerful text search tool that uses regular expressions to search for text and print matching lines. The grep full name is global Regular expression Print, which represents the globally regular

Linux common commands: Split command

Split is a commonly used split-file command under Linux. Linux file segmentation can be achieved through the split command, and the file merge with Cat. Splits can specify two modes, split by row and split by size. 1. Command format:Split [OPTION] ..

Linux Learning Notes: Finding Search files

Learning content Source: Experimental BuildingLinks: https://www.shiyanlou.com/Search-related commands are commonly used with whereis,which,find and locate.Whereis Simple and fast$whereis whoYou'll see that it finds three paths, two executable paths,

Linux Common commands: Touch command

Tag: Height exists BSD log setting ISP play build referenceLinux touch commands are not commonly used, and are generally used when using make, to modify file timestamps, or to create a new file that does not exist.1. Command format:touch [Options] ..

Linux Experiment Three

2.shell Command application:(1)/etc/passwd through man 5 passwd view this file description description, is the user database, where the domain includes the user name, encrypted password, the user's home directory and other user

Linux Common commands: WC command

The function of the WC (Word Count) command in a Linux system is to count the number of bytes, words, and lines in the specified file, and to display the output of the statistic results.1. Command format:WC [Options] File ...2. Command

"Linux learning is not difficult" file/directory Management (5): LS command lists directory and file information

7.5 "Linux learning is not difficult" file/directory Management (5): LS command lists directory and file informationWith the LS command, all subdirectories and file information will be listed for the directory, and the file name and other

Linux Technology Learning: How to view process PS

To monitor and control the process, you must first understand the current process, that is to see the current process, and the PS command is the most basic and very powerful process view commands. Use this command to determine which processes are

Linux Common commands

Linux Common CommandsView version information: cat/etc/issueView CPU Information: Cat/proc/cpuinfoView Application Pid:ps-ef |grep IDView file properties: LLShow file Size: ll-hShow hidden files: ls-aView CPU Cores: IostatView Disk Io:iostat-x 3Kill

Common Linux commands: Locate command

Locate allows users to quickly search the file system for specific files. The method is to set up a database that includes all the file names and paths within the system, and then simply query the database when looking for it, rather than actually

Linux Common commands: Find command overview

The Linux Find command searches the directory structure for files and performs the specified actions. The Linux Find command provides quite a lot of search criteria and is powerful. Because find has powerful features, it has a lot of options, most

Linux commands 10

Compression and archiving$zip file.zip file1 file2 to compress file1 and file2 to File.zip$unzip File.zip Decompression File.zip$gzip-C filename > file.gz to compress file filename to file.gzUnzip the file.gz file $gunzip file.gz$tar-CF File.tar

Linux (13) disk partitioning, mounting

13.1 Linux Partitioning 13.1.1 principle Introduction(1) for Linux, no matter how many partitions, to which directory to use, it boils down to only one directory, a separate and unique file structure, Linux each partition is used to form a part of

Linux instructions (i) File/directory operations

1. Create a Directorymkdir format mkdir [OPTION] ... DIRECTORY ... Option- p recursive creation- v creation prompt example: [email protected]:/home/eko/x# mkdir-pv a/b/cmkdir:created directory ' a ' mkdir:created dir Ectory ' A/b '

Total Pages: 5467 1 .... 2468 2469 2470 2471 2472 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.