Raj Kumar Beherarajkumarbehera.hashnode.dev·Jun 2, 2024Mastering the Find Command in Linux :The find command in Linux is an incredibly powerful tool for searching files and directories based on a variety of criteria. Whether you're looking for a specific file, searching by file type, or even executing commands on found files, find can do it...Linux Basics To Advancelinux-find
Surajblog.devsuraj.me·Feb 4, 2024Linux FundamentalsLinux Command Syntax: Commands typically have the syntax: command option argument or ls [OPTION]... [FILE]… for example: ls -ltr linux.txt OPTION: Modify the way that a command works usually consists of a hyphen or dash followed by a single letter ...11 likes·45 readsDevOpsLinux
Hemant jangirhemantjangir.hashnode.dev·Dec 20, 2023linux interview questionwhat is Linux? Linux is an open-source operating system (OS) that manages a computer’s hardware and resources. It was first created in 1991 by Linus Torvalds. Linux Architecture Shell: A shell is a command-line interface (CLI) that provides a user w...58 readslinux fundamental