Day 3 Task: Basic Linux Commands with a Twist
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.
$chmod +x filename
Check the last 10 commands you have run.
$histo...
vibhutijain.hashnode.dev2 min read