20180516 Morning Lesson Records 11-linux

Source: Internet
Author: User

1.MySQL binary compilation deployment, we are creating a user mysqladmin, how to set the/usr/local/mysql directory to home directory

Useradd-u 514-g dba-g root-d/usr/local/mysql mysqladmin

2. What are the different ways to make a new home directory with a. bash_profile file? (jumping thinking)

cp/etc/skel/.*/usr/local/mysql
or VI CP

3. Where is the global environment variable file? How to take effect

/etc/profile Source/etc/profile Effective

4. What is the letter of reading and writing? What's the number?

RWX 421

What's the 5.rw-r--r-x number? What are the user's permissions for each of the three groups?

645 owner user, this user group, all other users

6. What is the command that says two R parameters

chmod chown

7. Create a user, what is the command for the user group? What documents are shown separately

Useradd Groupadd
/etc/passwd/etc/group Embodiment

8. Permissions are not big enough, what do you think? What file do you modify? Add what?

Modify/etc/sudoer give sudo permission to add Yonghu all= (root) nopasswd:all

9. Switch User what command,-what is represented

Go to home directory and perform local environment variables

10. View the process and port number commands (input complete)

Ps-ef | grep xxx
Netstat nlp|grep pid

11.tar decompression Sometimes what is the problem?

User and user groups are not

12. What are the orders for multi-person cooperation? Create, enter, exit, see what the parameters are

Screen command
SCREEN-S Create
Screen-r Enter
Ctrl+a+d exit
Screen-list View

13. Two other background execution commands, commonly used in combination, what is the command format

Nohup XXX &

14. Timed tasks run every five minutes what command parameters are edited and what are the commands

Crontab-e
/5 * xxx/.sh

15. Search for a XXX

Find/-name XXX

16. View command Help

XXX--help
Mans XXX

17. What is the relative path and absolute path

The absolute path should be calculated from the root, and the absolute location can reach the destination directly. such as/home/ruoze/xxx.log
Pretty much the path is caused by this folder and other directory relationships, can also be any directory location

18. Switch to the previous directory and previous level directory command what

CD-CD.

Can 19.sudo and su be used in one piece?

OK

20. Think about how to configure a password-free trust relationship for multiple machines

Authorized_keys of all machines will be distributed to each machine

21.a machine want to go to B no password, ask who who gives the public key

A to B

20180516 Morning Lesson Records 11-linux

Related Article

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.