how to install the root?
how can use the root?
what is the use of root?
If you have to ask, you don't need to know.shalom wrote:how to install the root?
how can use the root?
what is the use of root?
You do not need to install root.shalom wrote:how to install the root?
how can use the root?
what is the use of root?
Code: Select all
pi@raspi2 ~ $ fdisk -l
fdisk: cannot open /dev/mmcblk0: Permission denied
Code: Select all
pi@raspi2 ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00014d34
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 8192 122879 114688 56M c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 15523839 15400960 7.4G 83 Linux
Code: Select all
sudo su