Linux command tip

To create an empty file in a directory use the touch command. This can be useful during deployment where your application might expect a file to be present already in the folder before it runs.

Linux command tip

Use the shred command to first fill the files with junk content and then delete it. This is the secure way to delete files containing sensitive information in Linux