LINUX

LINUX

Basic Linux commands

Linux commands are essential for working with the Linux operating system

Task-1

Present working Directory(pwd)

The pwd command in Linux stands for “print working directory.” It’s a basic and frequently used command that displays the complete path of your current working directory

Article content


Files or directories including hidden files

In Linux, you can work with hidden files using the command line or a graphical interface. Here’s how

Article content


Nested Directory

To create nested directories, i.e. a directory within another directory, use the -p option: mkdir -p A/B/C/D/E .This will create the A, B, C, D, E directories. -p ensures the parent directories are created if needed.

Article content



To view or add a comment, sign in

Explore content categories