1. Touch command to create new file
2. Nano command to open file and to create new file.
3. Cat command to view files and to concatenate files
4.mv command to move files
5. rm command to remove files
6. gzip and gunzip command to create zip and extract a zipped file.
We can find all available detailed options using --help
for example mv --help