ok, i will keep this as simple as possible.

the easiest and fastest way to display the contents of a file in linux is with the cat command

lets say i have a file called user.txt

i want to see that this file has so i would send this command:

cat user.txt

then all the information contained in this file will be displayed on my screen.

thats it.