1- To create a file Colors.txt in Linux, you can use the touch command. touch Colors.txt 2- To view what's written in Colors.txt . use cat command. cat Colors.txt 3- To set permissions for the Colors.txt file, use the chmod command with permission ...
umairmemon.hashnode.dev2 min readNo responses yet.