SAGARFIVE

Category: Linux Basics

Linux – Archiving

File archiving is used when one or more files need to be transmitted or stored as efficiently as possible. Archiving: Combines multiple files into one,

Read More »

Linux – VI Editor

VI=VIsual Editor , it’s text editor in UNIX/Linux environment. It has two modes, (i) Command Mode  : based on commands you can edit text ,

Read More »

Linux Users

1 Current logged in username whoami 2 All users logged in to system who 3 To find user id  id  4 To see logged in

Read More »

Linux Directories

1 Creating Directory/Folder mkdir <folder-name> 2 Removing Directory rmdir <directory/folder name> 3 To know present directory pwd 4 Moving  directory / Cut mv <old-dir> <new-dir>

Read More »