#linux
Read more stories on Hashnode
Articles with this tag
In Linux, everything, including hardware and programs, is represented as a file. Files are organized in a structure called the File System Hierarchy...
What is Cron? Cron is a tool in Linux that helps schedule and automate tasks. It's a job-scheduler for Unix systems, following instructions to...
To view what's written in a file : The cat command, short for "concatenate," is used to display the content of a file on the terminal. In simpler...