Related Articles
Linux - Introduction
Linux – Cron Jobs for Scheduled Tasks (crontab)
Cron Jobs are automated tasks that you can create in Linux to do such things as delete cache files or run antivirus scans. You simply set when you want the task to run and then […]
Linux - Introduction
Linux – Change Permissions and Ownership for Files and Folders (chmod, chown, members, groups)
The commands chown and chmod allow you to change permissions and ownership of files and folders, but you also need to know the membership of groups to make sure permissions and ownership is appropriate. View […]
Linux - Introduction
Linux – Task Manager and Kill Processes (top)
Top is the built in Task Manager for the Linux CLI. It can be a powerful and complex tool, but most people only need it for simple tasks. top – starts top sudo top – […]
Be the first to comment