Day 3 Task: Basic Linux Commands with a Twist
Task: What are the Linux commands to
View the content of a file and display line numbers.
cat -n <filename>
Change the access permissions of files to make them readable, writable, and executable by the owner only.
Check the last 10 commands y...
khushbuk0714.hashnode.dev2 min read