Essential Linux Commands Every Programmer Should Know

Essential Linux Commands Every Programmer Should Know

Source: Frontend Dissuader | ID: quantuishiAuthor: Frontend Dissuader Introduction Programmer: “I’m out of here, be careful with the person who told me the command line is rm -rf /*.” “rm -rf” has caused disasters among novice programmers, as those new to the field often lack a solid foundation. It’s easy to feel helpless without a … Read more

Common Linux Commands Explained

Common Linux Commands Explained

Common Linux Commands White: Regular files Blue: Directories Red: Compressed files Green: Executable files Copy: ctrl + insert Paste: shift + insert Clear screen: ctrl + l Cancel current command and re-enter: ctrl + c 1. ls Syntax: ls [options] [directory or file] Function: For directories, this command lists all subdirectories and files within the … Read more

6 Essential Commands to Restart Your Linux System from Terminal

6 Essential Commands to Restart Your Linux System from Terminal

In an era where you can manage everything with a mouse click, why still resort to command-line to restart your system? The answer is simple: the terminal is the soul of Linux. It allows you to maintain control over your system even when it crashes, during remote logins, or when you need to perform bulk … Read more

Introduction to Linux Commands – Lesson 1

Introduction to Linux Commands - Lesson 1

Getting Started with Linux Commands st@st-virtual-machine:~$: st: The currently logged-in username, set during installation @: Not significant, serves as a separator st-virtual-machine: Hostname, set during installation ~: The current user’s home directory: (/home/st) : Used to distinguish user roles, indicates a regular user, # indicates ROOT user pwd: Used to view the absolute path of … Read more

Linux Command Summary

Linux Command Summary

Linux is a free and freely distributable Unix-like operating system, based on POSIX and UNIX, and supports multi-user, multi-tasking, multi-threading, and multi-CPU. It can run major UNIX tool software, applications, and network protocols. It supports both 32-bit and 64-bit hardware. Linux inherits the Unix design philosophy centered on networking and is a stable multi-user network … Read more

Mastering Linux Basics: Essential Commands (Part 2)

Mastering Linux Basics: Essential Commands (Part 2)

In Linux, commands typically consist of three parts:Command, Options, Arguments First Part: Command. The input at the command prompt must be a command, or the path to an executable program, or the path/name of a script. Second Part: Options. Options must be separated from the command by a space, and they serve to modify the … Read more

Detailed Explanation of Linux Who Command and Its Parameters

Linux Who Command Explained: One of the Most Common Linux Commands Function Description: Displays the information of users currently logged into the system.Syntax: who [-Himqsw][–help][–version][am i][record file]Additional Information: Executing this command will inform you which users are currently logged into the system. Running the who command alone will list the login accounts, the terminal used, … Read more

Quick Reference Guide for Common Linux Commands

Quick Reference Guide for Common Linux Commands

Click on the above“Beginner Learning Visuals”, select to add “Star” or “Pin” Heavyweight content delivered first-hand System Information arch # Show the machine's processor architecture (1) uname -m # Show the machine's processor architecture (2) uname -r # Show the currently used kernel version dmidecode -q # Show hardware system components – (SMBIOS / DMI) … Read more

6 Common Remote Connection Tools for Linux

6 Common Remote Connection Tools for Linux

1、Xshell Introduction: Xshell is a very powerful secure terminal emulation software that supports SSH1, SSH2, and the TELNET protocol for Windows. Xshell can be used to access servers running different systems under the Windows interface, effectively achieving the purpose of remote terminal control. Official Website: https://www.xshellcn.com/ 2、SecureCRT Introduction: SecureCRT supports SSH, as well as Telnet … Read more

Linux Permissions Unveiled: Common Commands and Permission Control

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join 1000 people in the technical exchange QQ group, note [public account] for faster approval 1. Commands 1.1 Quick Overview of Commands pwd The path where you are by default upon first login whoami The name of the current user ls Displays the … Read more