Logical Volume Manager LVM Extents, Logical Volume Manager, Disk Management, lvm in ubuntu, lvm linux, LVM, lvextend, lvresize, vg Q - Why lvm required ? LVM stands for Logical Volume Manager and it is a capable to resize the filesystem using lvextend and lvr…
Continue ReadingWhat is UID and GID in Linux ? What is UID and GID in Linux ? What is UID in Linux ? How to Default value of UID ? What is differences of UID and GID ? What is uid and gid for the root user? UID : User Identifier UID (User identifier)is a number that assigne…

UMASK - Default file and folder Permission What is Umask ? What is stiky bit ? What is default Umask Permission of File ? What is default Umask Permission of directory ? How to Calculate UMASK ? UMASK (User Mask or User file creation MASK) is the default per…


How to Secure SSH Connection | Interview Question for Linux
Q - How to secure ssh connection ? Q - What is a full form of ssh ? Q - SSH related Interview Question ? Q - What is a default port of SSH ? SSH is a protocol for securely communicating between computers, SSH stand for Secure Shell and it's work on d…


What's Difference Between SSH and Telnet ?
Question - what's difference between SSH and Telnet ? Question - SSH vs Telnet SSH TELNET SSH means secure shell and send data data with encryption format Telnet is not secure and send data with plan text SSH default port 22 Telnet default port 23 SSH use…


What is a difference between NFS and Samba ? | nfs vs samba
Question : What is a difference between NFS and Samba ? Question : NFS vs SAMBA NFS and Samba both are used for File sharing, There are below differences are : SN NFS SAMBA 1 NFS is a protocol SAMBA is a program that provide SMB/CIFS (Server Message Block /…


What is a difference between SAN and NAS | linuxtopic
Question : What is a difference between SAN and NAS ? Question : SAN vs NAS SAN and NAS both are storage type, there are some differences: SAN NAS SAN Stand for Storage Area Network NAS Stand for Network Attached Storage SAN Used Block level data access NAS …


7 Cool Difference Between Apache and Nginx | Who is the Best Apache / Nignx
Question - What is a Difference between Apache and Nginx ? Question - Nginx VS Apache Nginx and Apache both are web server and serve statics and dynamic content using the browser. There are some difference between Apache and Nginx : Apache :::: 1 - Apache…


How to run cron in every second | Interview Question for Linux Administrator
How to Run Cron every second, cron every second Question 1: how to run cron in every second It's not possible to run cron in every second but we can run cron in every second using this method, we use a sleep command before the echo date. * * * …


how many runlevel in Unix like operating system | runlevel in linux
Question : how many runlevel in Unix like operating system ? Question : what is runlevel ? Question : type of runlevel ? Question : how to change runlevel in Linux ? Question : what is a default runleve in linux ? Where the Unix-based operating system Run, …


hostname configuration in centos
Question : which file contains hostname in Linux ? Question : how to configure host name in centos ? Question : how to change hostname in linux ? Step A Change hostname temporary # hostname < your hostname > # hostname linuxtopic.com After the syste…


hostname configuration in centos
Question : which file contains hostname in Linux ? Question : how to configure host name in centos ? Question : how to change hostname in linux ? Step A Change hostname temporary # hostname < your hostname > # hostname linuxtopic.com After the syste…


how to get user information in linux
Question :how to get user detail in Linux by command line ? Question : how see user details ? Question : How to get information about user ? To see user full info : Command # chage -l < user name > ex # chage -l lokesh


how to get user information in linux
Question :how to get user detail in Linux by command line ? Question : how see user details ? Question : How to get information about user ? To see user full info : Command # chage -l < user name > ex # chage -l lokesh


difference between cpanel and whm
Question : what is the difference between cpanel and whm ? Question : cpanel vs whm ? WHM Cpanal Full form WebHost Manager Full form Control Manager Provide Root Level Access Provide User Level Access Used to control Dedicated …


difference between cpanel and whm
Question : what is the difference between cpanel and whm ? Question : cpanel vs whm ? WHM Cpanal Full form WebHost Manager Full form Control Manager Provide Root Level Access Provide User Level Access Used to control Dedicated …


how to check memory and CPU stats in Linux ?
Question : how to check memory and CPU status in Linux ? Question : what command will you used to check memory and cpu status ? Question : how to check CPU status ? Question : how to check memory status ? 1. free free command give us valuable information o…


how to check memory and CPU stats in Linux ?
Question : how to check memory and CPU status in Linux ? Question : what command will you used to check memory and cpu status ? Question : how to check CPU status ? Question : how to check memory status ? 1. free free command give us valuable information o…
