dheeraj korangagyannbaato.hashnode.dev·Sep 26, 2024Lesson 2 - Create files, display contents and statstouch: Creates an empty file if it doesn’t already exist or updates the last modified timestamp of an existing file. dir: Lists the contents of a directory, similar to the ls command. It's more common on Windows, but it also works in some Linux...DiscussUnix for Beginnersunix
dheeraj korangagyannbaato.hashnode.dev·Sep 26, 2024Lesson 1 - Basic commands to navigate directoriespwd (Print Working Directory): Displays your current directory (or folder) within the terminal. It's useful to know where you are within the file system. mkdir (Make Directory): Creates a new directory (or folder) in the specified location. ...DiscussUnix for Beginnersunix
Jay Jethawajayj.hashnode.dev·Jul 5, 2024Navigating The Network Management With Unix/Linux Commands//Introduction/ Networking commands in Linux help to manage and troubleshoot network connections. These commands can check connectivity, configure network interfaces, resolve domain names and more. Let's explore these commands with simple explanations,...Discuss#NetworkManagement
charancharanmanubolu.hashnode.dev·Apr 30, 2024Get Started With Linux Cli"Command Line Interface" (CLI) is a type of user interface that allows users to interact with a computer program or application by typing text commands in a terminal or console. The computer doesn't under English it only understands's and 1's. It's v...Discusscli
SHARATH KUMARsharathkumarkn.hashnode.dev·Apr 30, 2024Command Line Interface (CLI)This blog provides an overview of command-line interface (CLI) commands commonly used in Unix-based operating systems such as Linux and Ubuntu. These commands allow you to perform a variety of tasks directly from the terminal. Below are several comma...Discussunix
Khajappa Biradarkcbiradar.hashnode.dev·Apr 30, 2024Overview of CLI commands.This blog is going to explain some of the commands used in UNIX-based operating systems.These commands are going to help execute software programs when we run in CLI. List of commands: man cd mkdir mv cp ls pwd rm chmod touch grep find ...Discuss·10 likes#unixcommands
Reeju Bhattacharyareejubhai.hashnode.dev·Mar 3, 2024Building your own wc tool in Node.jsToday, we are going to make an attempt to develop a simple but extremely useful CLI application, known as wc. But, what is this 'wc'? According to Wikipedia - "wc (short for word count) is a command in Unix, Plan 9, Inferno, and Unix-like operating s...DiscussNode.js
SHUBHANKAR BAGCHIforMastering Linux: Uncomplicated Learningsuperlinux.hashnode.dev·Feb 26, 2024Why you should learn Linux ?Everywhere You Look, It's Linux! If you're peeking behind the scenes of the internet, chances are you'll find Linux running the show. It's the superhero of server operating systems, keeping websites and online services up and running smoothly. While...DiscussLinux
Janvi Dalaljanvi20.hashnode.dev·Feb 6, 2024commonly used for system administration, troubleshooting, and text manipulation tasks.getent: getent is a command-line utility used to retrieve entries from Name Service Switch (NSS) libraries, including information from databases such as /etc/passwd, /etc/group, /etc/hosts, and others. It can be used to query various databases conf...Discusslinux for beginners
Amrutha Damruthadronamraju.hashnode.dev·Feb 2, 2024Basic Interview Questions in UnixWhat is Unix?Unix is a robust, multitasking and multi-user operating system developed at Bell Labs in the late 1960s. It's renowned for its portability, reliability, and flexibility and has served as the foundation for various other operating systems...DiscussPython/Linux Blogs#unixcommands