- Home
- Interview Questions
- Linux File Manipulation
Downloadable binary file containing a CD/DVD disc image of a Linux distribution
In order to use brace expansion, you need to add it to take the list and use it in braces - rm -f {fileone,filetwo,filethree,filefour}.sh.
Your executable path are extracted from the environment $PATH, you can add temporary item to it on the current shell using - export PATH=$PATH:/scripts.
The domain TTL configuration is setting the time which name-servers querying the name server will cache the results in their DB before
asking the server for new configuration.
14400 seconds is 4 hours.
In order to gpg encrypt a file, you type "gpg -c mysecret.txt" and choose your desired password.
In order to decrypt it and view the contents, you type "gpg -d mysecret.txt.gpg"