How to show the current file in Vim

In order to display the current file path and name in linux, follow this procedure

1. Enter to the file 

vim prueba.txt

2. Execute the next command in Vim

:set statusline+=%F

3. Execute the next command in Vim

:set laststatus=2