Dan Covic·May 15Linux File ManagementIf you want to learn about the Linux operating system, the first thing you should cover is how to find your way around the Linux filesystem. This includes file and directory creation and different file searches. Creating Files and Directories Before making copies of files or moving them around, you need to create them…Linuxworld3 min readLinuxworld3 min read
Romesh Dharamgudi·May 16Unlock the Power of Linux: Beginner’s Guide to Essential CommandsLearn Linux from the basic most used commands for beginners: Introduction Linux is a free and open-source operating system that is used by millions of people around the world. …Linuxworld6 min readLinuxworld6 min read
Koiki Shakirat·May 15Mastering Linux: Essential Commands for Everyday UseLinux is a powerful and versatile operating system that offers a wide array of commands to perform various tasks efficiently. Whether you’re a seasoned system administrator or a Linux enthusiast, having a solid understanding of the most commonly used commands is essential. …Linuxworld2 min readLinuxworld2 min read
Lavanya R·Apr 15Learning DevOps [Day 6]: Linux Administrative CommandsThis is #100DaysofDevOps Learning journey under the guidance of Siva and Raghu K. Day 6 Learnings You will learn, Administrative Commands Administrative Commands. Process Management User Management Package Management Service Management Permission Management Let’s see the administrative commands in detail, Process Management In RedHat family OS, every command you execute is going to create a process in…Linuxworld6 min readLinuxworld6 min read
Ashfaque Khan·Apr 7Most Common Human Errors While Working With UnixMost Dangerous Commands 1 # reboot reboot command does not ask for conformation before executing command and it will not give any warning , it will come down immediately , it may end in data corruption also. # shutdown shutdown command will give warning and time for cancelling the command…Linuxworld5 min readLinuxworld5 min read
Gurpreetcaur·Apr 5Shell Script Mini ProjectHere, i have written mini project which gives details of the server based on the below criteria. Welcoming user with their name. Display date & time. Give information of server uptime. Information regarding last logins with arguments. Server free storage and total storage. Server free RAM and total memory. Information…Linuxworld2 min readLinuxworld2 min read
Veneraldo Apelo·Mar 29How to add CPU core to CentOS7 VM (Xen Guest OS)Year 2017 In order to add additional CPU processing power to our CentOS 7 VM (Xen guest OS), we can easily do the following steps below: First we need to verify if we are only utilizing 1 CPU core by connecting the guest OS (CentOS7) and do, [root@CentOS7 ~]# nproc 1 So…Linuxworld2 min readLinuxworld2 min read
Sucheta Sharma·Mar 24Here’s What You Need to Know About “chmod” CommandThe chmod is used to manage file system permission. First, let get familiar with Roles and Permissions. Roles:- Owners/users, Groups, Others Permissions:- Read,Write,ExecuteLinuxworld3 min readLinuxworld3 min read
roniee·Mar 18Use XXD Command in LinuxUse XXD Command in Linux to convert Hexadecimal to ASCII characters in the line and bash. In this tutorial, I will walk you through different examples of how to use the xxd command in Linux. …Linuxworld5 min readLinuxworld5 min read
Sucheta Sharma·Mar 16Most Helpful Commands for Testers in LinuxUse of “grep” command The “grep” command searches for the specified pattern. The “grep” command can search for a string in the file or groups of file.Linuxworld4 min readLinuxworld4 min read