Cron tab tasks are easy to do after you learn the syntax. Until I understood how to schedule tasks with cron, I have googled a lot, every time I needed to do something in cron. Today, I will show you…
Cron tab tasks are easy to do after you learn the syntax. Until I understood how to schedule tasks with cron, I have googled a lot, every time I needed to do something in cron. Today, I will show you…
In this article I will show you 20 commands every Linux and Unix users should know how to use. The order of this commands is random. Probably ls and cd are the most used Linux and Unix commands. 1. ls <list>…
The sticky bit is set on directories to forbid all the users in the system to rename or delete the directory or the files/directories inside the directory, except the owner and root, even if they have 777 permissions. To set…