How to Create Linux File?

Use `touch filename`

Use `> filename`

Use `cat > filename` and press `Ctrl+D` to save

Use `printf ” > filename`

Use `nano filename` and save the file

Use `vim filename` and save the file

Use `cp /dev/null filename`

Use `install /dev/null filename`

Suggested for You

Trending Today