Most voted questions in Linux Administration

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
476 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,201 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
970 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,485 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
550 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,128 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
519 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
585 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
1,013 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
135,841 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,991 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,999 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
662 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,561 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,964 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,477 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,779 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,770 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
665 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,332 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
620 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
735 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,010 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,216 views
0 votes
1 answer

How to create Logical Volume from Volume Group in Linux?

Hi@akhtar, You can use lvcreate command to create ...READ MORE

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

How to create Volume Group in Linux?

Hi@akhtar, To create a Volume Group, you need ...READ MORE

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

How to create Physical Volume in Linux?

Hi@akhtar, To create Physical volume in the Linux ...READ MORE

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

Not able to find IP address in VM.

Hi@akhtar, You need to change your network adapter ...READ MORE

Jul 8, 2020 in Linux Administration by MD
• 95,440 points
2,309 views
0 votes
1 answer

Error: Failed to download metadata for repo 'epel-modular'

Hi@akhtar, Before running dnf repolist command, try to ...READ MORE

Jun 22, 2020 in Linux Administration by MD
• 95,440 points
5,647 views
0 votes
1 answer

Failed to start the Apache service

Hi@akhtar, I think port no. is busy. Some ...READ MORE

Jun 22, 2020 in Linux Administration by MD
• 95,440 points
5,680 views
0 votes
1 answer

How to delete one user from CentOS system?

Hi@akhtar, You can use userdel command to delete ...READ MORE

Jun 19, 2020 in Linux Administration by MD
• 95,440 points
591 views
0 votes
1 answer

How to unblock one IP from black list?

Hi@akhtar, To unblock your blacklisted IP address, you ...READ MORE

Jun 10, 2020 in Linux Administration by MD
• 95,440 points
542 views
0 votes
1 answer

How to block an IP address to connect my webserver?

Hi@akhtar, You can block one IP address using ...READ MORE

Jun 10, 2020 in Linux Administration by MD
• 95,440 points
565 views
0 votes
1 answer

How to limit upload size in Apache Webserver?

Hi@akhtar, You can make use of the LimitRequestBody directive to ...READ MORE

Jun 8, 2020 in Linux Administration by MD
• 95,440 points
3,587 views
0 votes
1 answer

error: Putty.exe has been denied access to IP

Hi@akhtar, The error may occur because of firewall. Your ...READ MORE

May 28, 2020 in Linux Administration by MD
• 95,440 points
630 views
0 votes
0 answers

Hello,everyone . I want to ask question .

READ MORE

May 22, 2020 in Linux Administration by chhoeurn
• 120 points
545 views
0 votes
1 answer

How to create one crontab job in Linux?

Hi@akhtar, To configure crontab in your system, you ...READ MORE

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

How to activate a SUSPENDED LVM physical volume?

Hi@akhtar, To reactivate the PV or resume the ...READ MORE

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

How to break root password in CentOS/RHEL 8?

Hi@akhtar, Reboot the system and interrupt the boot ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
1,470 views
0 votes
1 answer

Unable to login with GUI on CentOS/RHEL

Hi@akhtar, For new installation of CentOS/RHEL, GUI doesn't ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
2,365 views
0 votes
1 answer

fdisk: Unable to write /dev/sdg: Bad file descriptor

Hi@akhtar, You may get this error if your ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
1,622 views
0 votes
1 answer

ERROR Request entity too large. Request exceeds the capacity limit

Hi@akhtar, The file download size limit is controlled ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
1,426 views
0 votes
1 answer

How to Configuring NTP server using chrony?

Hi@akhtar, To use NTP server in your system, ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
1,668 views
0 votes
1 answer

Job for nginx.service failed. See "systemctl status nginx.service" and "journalctl -xe" for details.

Hi@akhtar, I think you didn't install php-fpm rpm ...READ MORE

Apr 24, 2020 in Linux Administration by MD
• 95,440 points
4,972 views
0 votes
1 answer

How to install nginx web server in CentOS/RHEL?

Hi@akhtar, To install nginx in your system, you ...READ MORE

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

Could not find a version that satisfies the requirement ipykernel (from jupyter==1.0.0) (from versions: )

Hi@akhtar, You may get this error because of ...READ MORE

Apr 23, 2020 in Linux Administration by MD
• 95,440 points
18,123 views
0 votes
1 answer

Failed to start httpd.service: Unit httpd.service is masked.

Hi@akhtar, A masked service is used to prevent ...READ MORE

Apr 23, 2020 in Linux Administration by MD
• 95,440 points
12,911 views
0 votes
2 answers

Job for httpd.service failed because the control process exited with error code.

Hi guys I was facing same problem as ...READ MORE

Nov 21, 2020 in Linux Administration by anonymous
• 140 points
43,692 views
0 votes
1 answer

Proxy Error the proxy server received an invalid response from an upstream server.

Hi@akhtar, I think you did not configure your ...READ MORE

Apr 22, 2020 in Linux Administration by MD
• 95,440 points
3,663 views