#Day 03: Basic Linux Commands
Mar 24, 2023 · 2 min read · To view what's written in a file: To add content to a file we use echo "Content" >> file_name To view content in a file we use cat alok_file #alok_file is the name of the file. To change the access permissions of files: To change the acc...
Join discussion

