Most answered questions in Linux Administration

0 votes
1 answer

Can we patch azure linux vm using ansible?

Hi@avinash, You can connect your Azure VM from ...READ MORE

Oct 29, 2020 in Linux Administration by akhtar
• 38,230 points
1,619 views
0 votes
1 answer

Copy files from one Linux system to another Linux system.

Hi@akhtar, You can copy your files from one ...READ MORE

Oct 21, 2020 in Linux Administration by MD
• 95,440 points
1,103 views
0 votes
1 answer

Select unique lines along with their count in Linux.

Hi@akhtar, You can find the unique entries from ...READ MORE

Oct 20, 2020 in Linux Administration by MD
• 95,440 points
390 views
0 votes
1 answer

How to sort text alphabetically in Linux system?

Hi@akhtar, In the Linux system, you will find ...READ MORE

Oct 20, 2020 in Linux Administration by MD
• 95,440 points
23,370 views
0 votes
1 answer

How to find the first field from a file in Bash Shell?

Hi@akhtar, You can extract text from a file. ...READ MORE

Oct 20, 2020 in Linux Administration by MD
• 95,440 points
820 views
0 votes
1 answer

Select sections of text from each line of files in a Bash shell.

Hi@akhtar, There is no inbuild command available for ...READ MORE

Oct 20, 2020 in Linux Administration by MD
• 95,440 points
699 views
0 votes
1 answer

How to create nested directories with a single command in linux?

Try this command. mkdir -p /parent_dir/son_dir READ MORE

Oct 19, 2020 in Linux Administration by anonymous
• 19,610 points
1,885 views
0 votes
1 answer

How to run one command inside another command in Linux?

Hi@akhtar, You can run multiple commands in your ...READ MORE

Oct 15, 2020 in Linux Administration by MD
• 95,440 points
2,533 views
0 votes
1 answer

What is the linux command to find Memory and CPU usage in percent for last 30 days?

Try the following: Cat proc/meminfo top top -i less /proc/memin ...READ MORE

Oct 14, 2020 in Linux Administration by Kim
2,084 views
0 votes
1 answer

How to find Resident Set Size of a process in Linux?

Hi@akhtar, RSS is a memory currently used by ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
1,305 views
0 votes
1 answer

How to measure the time required to run a program?

Hi@akhtar, You can use the time command in ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
417 views
0 votes
1 answer

How to find the process ID of a program?

Hi@akhtar, You can find one program named pgrep ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
588 views
0 votes
1 answer

Dynamic real-time view of the running system in Linux.

Hi@akhtar, The top command is used to show the ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
1,583 views
0 votes
1 answer

How to gather CPU architecture information of a Linux system?

Hi@akhtar, You can use lscpu command to check ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
459 views
0 votes
1 answer

Error lscpu: command not found.

Hi@akhtar, By default, this command should present in ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
1,277 views
0 votes
1 answer

Kali linux installation

Hi@Kojokojo, You can check your partitions using the ...READ MORE

Oct 12, 2020 in Linux Administration by MD
• 95,440 points
384 views
0 votes
1 answer

How to configure Gmail in centos7 to send notifications to specific email id's ?

Hi@Shashl, You can use python script in your ...READ MORE

Oct 5, 2020 in Linux Administration by MD
• 95,440 points
971 views
0 votes
1 answer

Capture packets from destination IP in Linux.

Hi@akhtar, To capture packets from destination IP, say you ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,440 points
403 views
0 votes
1 answer

How to capture Packet from specific port?

Hi@akhtar, Let’s say you want to capture packets ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,440 points
2,128 views
0 votes
1 answer

How to capture only TCP packets in Linux?

Hi@akhtar, You can use tcpdump command for this ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,440 points
514 views
0 votes
1 answer

Capture and Save Packets in a File in Linux.

Hi@akhtar, You can use tcpdump command to save ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,440 points
5,142 views
0 votes
1 answer

How to display captured packets in HEX and ASCII in Linux?

Hi@akhtar, To display the packet value you can ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,440 points
25,546 views
0 votes
1 answer

How to display available interfaces in Linux system?

Hi@akhtar, You can use tcpdump command in your ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,440 points
656 views
0 votes
1 answer

How to capture Packets from Specific Interface in Linux?

Hi@akhtar, You can use tcpdump command in your ...READ MORE

Oct 3, 2020 in Linux Administration by MD
• 95,440 points
1,360 views
0 votes
1 answer

How to Install tcpdump in Linux?

Hi@akhtar, Many Linux distributions already shipped with tcpdump tool, if ...READ MORE

Oct 3, 2020 in Linux Administration by MD
• 95,440 points
819 views
0 votes
1 answer

How to change the current time in Linux system?

Hi@akhtar, You can use timedatectl command in your ...READ MORE

Sep 25, 2020 in Linux Administration by MD
• 95,440 points
464 views
0 votes
1 answer

How to stop automatic time update in Linux?

Hi@akhtar, You can find one command in the ...READ MORE

Sep 24, 2020 in Linux Administration by MD
• 95,440 points
2,163 views
0 votes
1 answer

How to find all files containing specific text on Linux?

Hi@akhtar, Linux systems have one interesting command name grep. ...READ MORE

Sep 22, 2020 in Linux Administration by MD
• 95,440 points
952 views
0 votes
1 answer

How to delete an exported environment variable?

Hi@akhtar, To set an environment we used export ...READ MORE

Sep 22, 2020 in Linux Administration by MD
• 95,440 points
2,452 views
0 votes
1 answer

Error while installing Let's Encrypt SSL on My Website

Hi@Hitesh, There may be a firewall issue. Check ...READ MORE

Aug 24, 2020 in Linux Administration by MD
• 95,440 points
535 views
0 votes
1 answer

How to change the group of a folder in Linux system?

Hi@akhtar, You can use chgrp command in your ...READ MORE

Aug 14, 2020 in Linux Administration by MD
• 95,440 points
1,112 views
0 votes
1 answer

How to add user to a group in Linux system?

Hi@akhtar, In Linux, different users have different roles ...READ MORE

Aug 14, 2020 in Linux Administration by MD
• 95,440 points
510 views
0 votes
1 answer

How to create a group in Linux system?

Hi@MD, On Linux, group information is held in the /etc/group file. ...READ MORE

Aug 14, 2020 in Linux Administration by akhtar
• 38,230 points
577 views
0 votes
1 answer

How to change the owner of any folder in Linux system?

Hi@akhtar, Linux system has one command named chown. This ...READ MORE

Aug 14, 2020 in Linux Administration by MD
• 95,440 points
996 views
0 votes
1 answer

chmod: changing permissions of '/root/': Operation not permitted

Hi@akhtar, You got this error because your user ...READ MORE

Aug 14, 2020 in Linux Administration by MD
• 95,440 points
134,966 views
0 votes
1 answer

How to remove write permission from a folder in Linux system?

Hi@akhtar, You can use chmod command to remove ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,440 points
2,961 views
0 votes
1 answer

ls: cannot open directory '.': Permission denied

Hi@akhtar, You got this error because your user ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,440 points
24,757 views
0 votes
1 answer

How to give the read power of a folder in Linux system?

Hi@akhtar, You can use chmod command in your ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,440 points
652 views
0 votes
1 answer

-bash: cd: /root/: Permission denied

Hi@akhtar, You got this error because your user ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,440 points
43,245 views
0 votes
1 answer

How to check permissions of a folder in the Linux system?

Hi@akhtar, You can use ls command to check ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,440 points
8,894 views
0 votes
1 answer

How to check permissions of a file in the Linux system?

Hi@akhtar, If you prefer using the command line, ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,440 points
1,459 views
0 votes
1 answer

Error:mvn clean install" in my linux machine to build a maven Project

Hello @Niroj , You need to double check the PATH environment ...READ MORE

Aug 6, 2020 in Linux Administration by anonymous
• 82,880 points
2,747 views
0 votes
1 answer

How to configure yum in RedHat system?

Hi@akhtar, By default, RedHat has one ISO file. ...READ MORE

Jul 28, 2020 in Linux Administration by MD
• 95,440 points
1,727 views
0 votes
1 answer

How to install MySQL in Linux system?

Hi@akhtar, You need to install the software for ...READ MORE

Jul 26, 2020 in Linux Administration by MD
• 95,440 points
649 views
0 votes
1 answer

How to recover deleted LVM in linux?

Hi@akhtar, Using the command vgcfgrestore we can recover deleted ...READ MORE

Jul 9, 2020 in Linux Administration by MD
• 95,440 points
1,288 views
0 votes
1 answer

How to configure FTP server in Linux System?

Hi@akhtar, You need to install vsftpd software in ...READ MORE

Jul 9, 2020 in Linux Administration by MD
• 95,440 points
612 views
0 votes
1 answer

How to format Logical Volume in Linux?

Hi@akhtar, In Linux, you can find lots of ...READ MORE

Jul 9, 2020 in Linux Administration by MD
• 95,440 points
730 views
0 votes
1 answer

How to increase Logical Volume Size in Linux?

Hi@akhtar, To increase the Logical Volume Size, the ...READ MORE

Jul 9, 2020 in Linux Administration by MD
• 95,440 points
1,003 views
0 votes
1 answer

Volume group "mylv" not found Cannot process volume group mylv

Hi@akhtar, You got this error because your command ...READ MORE

Jul 9, 2020 in Linux Administration by MD
• 95,440 points
4,189 views