CentOS8 安装界面
顺便提一下,创建的用户会以这种方式被创建出来。
[root@Cent8 user]# cat /etc/passwd
~~省略~~
user:x:1000:1000:user name:/home/user:/bin/bash
[root@Cent8 user]#
[root@Cent8 user]# cat /etc/group
~~省略~~
user:x:1000:
[root@Cent8 user]#
[root@Cent8 user]#
[root@Cent8 user]#
硬盘的配置
[root@Cent8 user]# df -h
ファイルシス サイズ 使用 残り 使用% マウント位置
devtmpfs 900M 0 900M 0% /dev
tmpfs 915M 0 915M 0% /dev/shm
tmpfs 915M 19M 897M 2% /run
tmpfs 915M 0 915M 0% /sys/fs/cgroup
/dev/mapper/cl-root 14G 4.2G 9.3G 31% /
/dev/sda1 976M 133M 777M 15% /boot
tmpfs 183M 3.5M 180M 2% /run/user/1000
tmpfs 183M 32K 183M 1% /run/user/42
[root@Cent8 user]#
[root@Cent8 user]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 16G 0 disk
tqsda1 8:1 0 1G 0 part /boot
mqsda2 8:2 0 15G 0 part
tqcl-root 253:0 0 13.4G 0 lvm /
mqcl-swap 253:1 0 1.6G 0 lvm [SWAP]
[root@Cent8 user]#
[root@Cent8 user]# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Tue Oct 15 08:58:49 2019
#
# 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.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
/dev/mapper/cl-root / xfs defaults 0 0
UUID=6cb3be7b-f47e-465b-96b6-8d31e6c94f78 /boot ext4 defaults 1 2
/dev/mapper/cl-swap swap swap defaults 0 0
[root@Cent8 user]#