Linux

Understanding Linux File and Directory Properties

Linux file or directory properties: Run the below given command: touch test.txt mkdir directory On running ls -l we get the following output: drwxr-xr-x 2 user user 2 May 28 11:03 directory-rw-r--r-- 1 user user 0 May 28 11:03 test.txt Type # of...

Introduction to file system in Linux

What is a file system? A file system is a structure that an operating system uses to organize and manage files on a storage device. It defines how data is stored, accessed, and organized on the storage device. System configuration file = Folder A User Files =...

Keep exploring

Important Things to Know Before Learning Linux

Superuser vs. Regular User: Linux has a special account called "root" with complete control over...

Linux: Introduction to Linux

Linux stands out as the world's most popular open-source operating system. Similar to familiar...

Operating Systems: The Core of Your Computer

1.1 What is an Operating System? An operating system (OS) is a system software that...

Latest articles

Develop your Google Cloud Network: Challenge Lab

Develop your Google Cloud Network: Challenge Lab export ZONE= curl -LO raw.githubusercontent.com/quiccklabs/Labs_solutions/master/Develop%20your%20Google%20Cloud%20Network%20Challenge%20Lab/quicklabgsp321.sh sudo chmod +x quicklabgsp321.sh ./quicklabgsp321.sh solution picked...

American Express Recruitment : Analyst – Data Analytics 2024

American Express Company is an American bank holding company and multinational financial services corporation...

Tech Mahindra – Software Engineer 2024

Tech Mahindra is part of  Mahindra Group and is a leading global systems integrator and...

Implement Cloud Security Fundamentals on Google Cloud: Challenge Lab

Implement Cloud Security Fundamentals on Google Cloud: Challenge Lab export CUSTOM_SECURIY_ROLE= export SERVICE_ACCOUNT= export CLUSTER_NAME= export ZONE= curl -LO...