Embedded common sense

Source: Internet
Author: User

1ANSI C is a standard that the American National Standards Institute has developed for a C language standard ~
2 pm Use LMV to manage the disk system to make it easy to dynamically adjust the size of each partition.
3/opt directory: This is the directory for the host to install additional software.
4 almost all Linux distribution suites offer a great tool samba--it makes it easy to share files. Don't have to put the same data in different places
5linux [[email protected] root] #第一, two root what is the meaning of each? [[Email protected] ~]# What does that mean?


The first root indicates the user's second localhost represents the host name, the third root represents the current directory, and the fourth # represents the permission

~ Represents the root user's home directory, usually/root/
Ask
[[Email protected] zying]$ What does this mean? What does $ mean?
Reply
$ indicates that the normal user username is zying in the Zying directory, specifically can use PWD to see the specific path
6 Note the current location when deleting with the RM command.
The difference and connection between 7-c and-O
Gcc-c A.C compiled into a target file a.o
Gcc-o a a.o generating execution files A.exe
GCC a.c generate execution file a.exe
Gcc-o a-c A.C compiled into target file a
Gcc-o a A.C generating execution files A.exe
After referencing a function in A.C test.c: gcc-c test.c compiled into the target file TEST.O gcc-c A.C compiled into the target file a.o
Gcc-o a TEST.O a.o generate execution file a.exe
Gcc-o a TEST.O a.c generate execution file a.exe
Gcc-o a test.c a.c generate execution file a.exe
Gcc-o a TEST.O a.c generate execution file a.exe
Summary: As long as the parameter has the-C, always generate the target file;
The execution file is always generated as long as there is no-C in the parameter and only-O.
8 Single-Work communications: Pagers can only accept information
Half-duplex communication: Walkie-Talkie can both send messages and receive, but not simultaneously
Full-duplex communication: Both sides of the phone can send messages or receive messages at the same time
9 Vim operation
/Find the same word.

Embedded common sense

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.