Common bash commands you should know right now Manish Kumar 15 Feb, 2023 1. ls : lists the content of current directory.2. ls -a : list all files of current directory including hidden files.3. ls - l: displays the contents of the current directory in a long listing format, one per line.4. refresh the terminal5. $USER: refers to current user.