Posts

Image
  Complete Linux for beginners part-3 Dear friends we all are know about Linux as it is going to mandatory in our day to day life, so obviously we have to learn complete it, without any chapter lose. Dear friends in today’s topic we are going to learn Linux basic commands in brief description like with syntax. So let start learning:- 1. df             It stands for disk file-system. It shows the disk file system space (is command se hum linux                          OS me kisi bhi file system ka space dekh sakte hain). 2. df -k        This command shows disk space in kb (is command se hum kisi bhi file system ka space KB                          me dekh sakte  hain). 3. df -m         This command shows disk space in mb (is comma...
Complete Linux for beginners Part-2 1. df    Shows  the disk file system space df -h     Shows the disk file system space in human readable format. 2. df -k            S hows disk space in kb 3. df -m            S hows disk space in MB. 4. df -T           S hows file system types. 5. df -t              Uses to  display disk space usage info one at a time  specific file systems                             Syntax:        df -t xfs 6. du                To check  disk space. 7. du – sh         To check used disk space by any file or Dir. 8. ifconfig         To check IP address till li...

Come to learn complete Linux from beginning

                       Complete Linux tutorial for Beginners Part - 1 Let's start the use of these Commands to use them. Which are below as:-  1.    ls             To list the files  & directories .  2.     ls -l      To check more details as long listing files & directories. 3.      ls -a      To check hidden files & directories. 4.      ls -i      To check the inode numbers. 5.      ls -h     S hows list in human readable format. 6.      ls -F     S hows “/” character at end of directory  7.      ls -r     S hows list in reverse order. 8.      ls -ltr     Shows oldest created files  & directories first and latest ...