SAGARFIVE

Category: Linux Basics

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 »

Linux File Commands

1 Creating File without data Single file : touch <filename>.<extension>  Multiple files : touch <file1> <file2> <file3>… 2 Creating file with minimal data echo “Hii ! ,

Read More »