Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How the Ubuntu configuration file system initializes

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to initialize the Ubuntu configuration file system, which is very detailed and has a certain reference value. Interested friends must finish reading it!

Ubuntu configuration file system initialization

/ etc/timezone time zone

/ etc/inetd.conf super process

Ubuntu profile system

File system mounted when / etc/fstab boots up

/ etc/mtab the currently mounted file system

Ubuntu profile user system

/ etc/passwd user information

/ etc/shadow user password

/ etc/group group information

/ etc/gshadow group password

/ etc/sudoers Sudoer list (please use the "visudo" command to modify this file instead of editing it directly)

Shell Ubuntu profile

/ etc/shell list of available Shell

/ etc/inputrc ReadLine control settings

/ etc/profile user * entry

/ etc/bash.bashrc bash configuration file

Ubuntu configuration file system environment

/ etc/environment environment variable

/ etc/updatedb.conf file retrieves database configuration information

/ etc/issue release information

/ etc/issue.net

/ etc/screenrc screen settings

Ubuntu profile Network

/ etc/iftab Nic MAC address binding

/ etc/hosts host list

/ etc/hostname hostname

/ etc/resolv.conf domain name resolution server address

/ etc/network/interfaces network card configuration file

Via Ubuntu configuration files from tutorials from the Ubuntu tribe

Use the DD command to generate a boot file:

Dd if=/dev/hdax of=/mnt/fat32/bootsect.lnx bs=512 count=1 parallel port hard disk

Dd if=/dev/sdax of=/mnt/fat32/bootsect.lnx bs=512 count=1 serial hard disk

The Ubuntu profile command explains:

Hdax/sdax has already explained above ~ the name of the generated boot file is bootsect.lnx

When done, go to Windows and put the generated boot file COPY into disk C, and add C to boot.ini: "bootsect.lnx=" Ubuntu ", OK!

These are all the contents of the article "how to initialize the Ubuntu configuration file system". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report