Linux - Create a temporary file or directory, Command to create temp file or directory


Create a temporary file or directory

Linux Command to create temp file
tempfile=$(/bin/mktemp)

Linux Command to create temp directory
tempdir=$(/bin/mktemp -d)

Linux - Command to create temp file or directory
The topic on Linux - Create a temporary file or directory is posted by - Math
Hope you have enjoyed, Linux - Create a temporary file or directory . Thanks for your time.

All rights reserved. © www.w3calculator.com