This is a list of useful Linux commands. Most of them are basic and they can be used as a reference for developers.
files and directories ls => list all files ls -a => list all files along with hidden ones ls -R => list all files and folders recursively ls -l => list in long format (shows more info)
rm {filename} => deletes a file