Tajamul Iqbalhawk.hashnode.dev·Aug 9, 2023What is Linux? Linux Origins| Essential Basic Key CommandsIntroduction In the realm of operating systems, Linux stands as a prominent and versatile contender, offering unparalleled flexibility, security, and customization options. Whether you're a tech enthusiast, a developer, or a system administrator, und...DiscussLinux
Moiz Asifmoiz-journeytodevops.hashnode.dev·Jul 30, 2023Day 3: Hands-on LinuxTo view what's written in a file. cat <file_name> To change the access permissions of files. chmod <permissions> <file_name> To check which commands you have run till now. history To remove a directory/ Folder. rmdir <directory_name> ...DiscussBasic linux commands
Moiz Asifmoiz-journeytodevops.hashnode.dev·Jul 29, 2023Day 2: Basic Linux CommandsWhat is Linux? Linux is an open-source operating system kernel developed by Linus Torvalds in 1991. It serves as the foundation for various operating systems known as "Linux distributions." Linux is highly customizable, adaptable to different devices...Discuss·1 like·63 readsBasic linux commands
Pranaysagar Bhelavepranayops.hashnode.dev·Jul 28, 2023Basics of Linux Commands:Linux commands are essential for navigating and managing files and directories in a Linux-based operating system. Let's look at the commands to perform the tasks you mentioned: 1. Check your present working directory: The command to check the present...Discussbasics
Prasanna Dokeprasanna-doke.hashnode.dev·Jul 21, 2023Basics Linux - Day 2What is Linux? Linux is like the friendly DIY version of operating systems – it's free, open-source, and won't charge you an arm and a leg for its services. Plus, it's the cool kid on the block, being used in everything from supercomputers to your ne...DiscussLinux
Bhargav Patelbhargavpatel16.hashnode.dev·Jul 19, 2023Day 3 Task: Basic Linux CommandsTo view what's written in a file. To view the contents in a file, We can use the "cat " command. To change the access permissions of files. To change the access permissions of files, we can use the "chmod" command. To check which commands you...DiscussBasic linux commands
anand sisodiyaanand12345.hashnode.dev·Jul 17, 2023Basic commands of linux🔴Key Features:- Introduction: Viewing the content of a file: Changing the access permissions of files: Checking the command history Removing a directory/folder. Creating and viewing the content of fruits.txt: Adding content to fruits.txt (One...DiscussBasic linux commands
Mradul Singhmradul.hashnode.dev·Jul 17, 2023Day 2 Task: Basics linux command #90DaysOfDevOps with the #TrainWithShubham CommunityCheck your current working directory. List all the files or directories, including hidden files. Create a nested directory A/B/C/D/E Here,s for 2nd Day For #90DaysOfDevOps with the #TrainWithShubham Community Thank You Guys !!!Discusslinux for beginners
Aditya padmawaradityaenthusiast.hashnode.dev·Jul 15, 2023Basic Linux Commands for BAU ActivitiesHere are some of the most commonly used Linux commands that you might find useful for day-to-day activities: ls: List files and folders in the current directory. cd: Change directory from the current directory to another one. cp: Copy the source t...DiscussLinux
Sundar sundarpalanivel.hashnode.dev·Jun 30, 2023Head and tail commandThe head is used for displaying the first 10 lines of the file tail is used for displaying the last 10 lines of the file head command head file Read a first line head –n1 file.txt show the first 3 lines head -n3 file shows the multiple files head fil...DiscussBasic linux commands