In this tutorial you’ll learn how to install how to Install Apache, MySQL and PHP. In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is definitely help you. We will not cover how to install Linux the L of LAMP, because Linux Mint is already installed in…
Category: Linux
Important Linux Command
pwd : The pwd command is a command line utility for printing the current working directory. It will print the full system path of the current working directory to standard output. rm command is used to delete the files and directories in Linux. rm stands for remove. Syntax : rm [options] [-r directories] filenames Options : -i : is used…
Permission Commands in Linux
Linux is a multi-user operating system, so it has security to prevent people from accessing each other’s confidential files. For effective security, Linux divides authorization into 2 levels. Ownership 2. Permission Linux File Ownership : Every Linux system have three types of owner. User : A user is the one who created the file. By default, whosoever, creates the file…
How to create and extract zip,tar file in Linux?
In this tutorial, I will explain how to create zip, tar and tgz file. Also how to extract zip, tar and tgz file. What is ZIP file extension? The Zip file extension does not have a full form. A file with the ZIP file extension is a ZIP Compressed file and is the most widely used archive format you’ll run…