/etc/fstab Automatically mount partitions/disks, specify which partition/device to mount to [root@oldboy ~]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Sun Aug 12 17:26:53 2018 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c9b74b1a-41cd-4260-9444-6245ab833dd9 / ext4 defaults 1 1 UUID=8880df83-5bf8-40db-bf6f-bf878b7a7e2e /boot ext4 defaults 1 2 UUID=3144b92b-c079-4239-9a91-84111d2f1ac1 swap swap defaults 0 0 tmpfs //To mount the device /dev/shm //Mount point tmpfs //File system type defaults //Mount on option 0 //Whether to back up 0 //Whether to do a power-on self-check devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /etc/resolv.conf DNS Temporary Configuration File [root@oldboy ~]# cat /etc/resolv.conf ; generated by /sbin/dhclient-script search localdomain nameserver 192.168.182.2 [root@oldboy ~]# vi /etc/resolv.conf ; generated by /sbin/dhclient-script search localdomain nameserver 192.168.182.2 nameserver 8.8.8.8 ~ ~ ~ ~ "/etc/resolv.conf" 4L, 100C written [root@oldboy ~]# cat /etc/resolv.conf ; generated by /sbin/dhclient-script search localdomain nameserver 192.168.182.2 nameserver 8.8.8.8 /etc/hosts Hostname resolution file: The hosts file stores the correspondence between IP addresses and domain names effect: • Used by developers, product developers, testers, etc. to test products through official domain names [root@oldboy ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 /etc/sysconfig/nework [root@study ~]# cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=study //Host name Modify the host name •vim /etc/sysconfig/network /etc/rc.local Files where the startup program commands are stored (chkconfig is often used to manage the automatic startup of program services installed by yum/rmp) /etc/inittab Runlevel configuration files /etc/issue Login prompt configuration file [root@study ~]# cat /etc/issue CentOS release 6.7 (Final) Kernel \r on an \m /var/log/messages System information log file PS: Let's look at the Linux subdirectory below lost+found stores repaired or damaged files Summarize The above are the important subdirectories of the Linux system introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
>>: Detailed steps for installing and configuring MySQL 5.7
Today, my colleague encountered a very strange pr...
Spring integration with springmvc The web.xml con...
When learning mybatis, I encountered an error, th...
Today, when I logged into the company's inter...
Before reading this article, it is best to have a...
Table of contents 1. Synchronization Principle 2....
Prototype chain inheritance Prototype inheritance...
Combining the various problems I encountered in m...
Preface When operating and managing Linux servers...
1. Back button Use history.back() to create a bro...
Table of contents 1 Version and planning 1.1 Vers...
I often see some circular wave graphics on mobile...
The topic I want to share with you today is: &quo...
ERROR 1290 (HY000) : The MySQL server is running ...
1. Create a SpringBooot project and package it in...