Posts

Showing posts from December, 2024

Deleting files and folders

Image
  **rm** *rmdir** **rm -rf**

Touch command

Image
  used to change file access and modification times If any file doesnot exist,it it created with default permissions

Flags

Image
 

Making Directories

Image
 

Paths

Image
RELATIVE PATH  STARTS WITH cd  ABSOLUTE PATH  STARTS WITH cd / ROOT DIRECTORY (/) HOME DIRECTORY (~)

Navigation Commands

Image
 cd- to navigate inside cd .. - to comeback

basic commands

Image
 BASIC COMMANDS *LS* *PWD* *CLEAR*