๐ Day 3: Day-To-Day Use Linux Commands
Feb 3, 2024 ยท 2 min read ยท ๐ก๐ Tasks at Hand: 1. To view what's written in a file: Command:cat Syntax:cat filename.txt Explanation: Displays the entire contents of the specified file on the terminal screen. 2. To change the access permissions of files: Command:chmod Synta...
Join discussion