# How Your Computer Starts
3 min read
Every computer follows a standard boot sequence when it starts up.
Every computer follows a standard boot sequence when it starts up.
Linux has completely different naming conventions while mounting drives as compared to Windows. /dev/sda,/dev/sdb,/dev/sdc etc. are the conventions in Linux.
Every Linux & Unix System has several environment variables which are dynamic variables essential for running several processes in the system. HOME,env being some of the well known environment…