Drive letters don't exist in Linux. There is no A:, C:, or D:, only the root (/) directory.
To view the contents of your root directory, enter:
ls /
Here's what's displayed:
bin dev home lost+found opt root tmp var
boot etc lib mnt proc sbin usr
These 15 directories - all contained within your root directory - are what makes up your entire Linux installation.
|