#linux
Read more stories on Hashnode
Articles with this tag
Package manager in Linux Introduction to Linux package management Package management is the process of installing, updating, and removing software...
File permissions with ACL What is ACL? ACL stands for Access Control Lists. Access control list (ACL) provides an additional, more flexible permission...
Write Shell script to create directories with names starting with dir1 to dir90. What is a cron? Cron is a job scheduling utility present in...
Architecture of Linux OS What is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control...
File Permission Commands The ls command along with its -l (for long listing) option will show you metadata about your Linux files, including the...
Basics linux commands sudo - Stands for Super User Do. The sudo command allows you to run commands with the superuser privileges. whoami - Displays...