15/10/2020
Basic Commands - Best blog for Linux Administration
Creating, Removing, Copying, Moving files & Directories Creating a file in Linux using cat command: cat (Concatenate) command is used to create a file and to display and modify the contents of a file. To create a file # cat > filename (say lbfile).Linux BasicsCtrl+d (To save the file). [root@localho...
26/05/2020
http://www.linuxbasics.in/logical-volume-management
Logical Volume Management - Best blog for Linux Administration
The Linux Logical Volume Manager (LVM) is a mechanism to virtualize the disks. It can create “virtual” disk partitions out of one or more physical hard drives, allowing you to grow, shrink, or move those partitions from drive to drive as your needs change. It also allows you to create larger par...
13/05/2020
http://www.linuxbasics.in/basic-commands/
Basic Commands - Best blog for Linux Administration
Creating, Removing, Copying, Moving files & Directories Creating a file in Linux using cat command: cat (Concatenate) command is used to create a file and to display and modify the contents of a file. To create a file # cat > filename (say lbfile).Linux BasicsCtrl+d (To save the file). [root@localho...