how I can create the file in linux code example
Example 1: linux make file
touch file1.txt #Create file1.txt
Example 2: create file linux
//will create test.txt
sudo touch test.txt
touch file1.txt #Create file1.txt
//will create test.txt
sudo touch test.txt