1. touch — Create Empty Files or Update Timestamps
Creates an empty file or updates a file's timestamps.
Syntax
touch [options] <file>
Enter fullscreen mode
1. touch — Create Empty Files or Update Timestamps Creates an empty file or updates a...
1. touch — Create Empty Files or Update Timestamps
Creates an empty file or updates a file's timestamps.
Syntax
touch [options] <file>
Enter fullscreen mode

1. cd — Change Directory Changes the current working directory. Syntax cd...

Linux Command Line: The 25 Commands I Use Every Day (2026) Stop memorizing random...

Linux Command Line: The 50 Commands You Actually Need (2026) You don't need to memorize...

In Linux, everything is treated as a file. Linux supports different file types for: Data...

Writing Files Using open() with "w" mode, you can create or overwrite files. The with statement...

Somewhere in my storage I keep PDF files with random content just for fun, for about six years...