Use chmod -R 755 /opt/lampp/htdocs if you want to change permissions of all files and directories at once. Use find /opt/lampp/htdocs -type d ...
chmod command How do I change file permissions in Linux? In Linux, you can easily change the file permissions by right-clicking the file or folder ...
Remove a Linux user Log in to your server via SSH. Switch to the root user: sudo su – Use the userdel command to remove the old user: userdel ...
How do I customize my gnome? If you want to customize it simply go to Gnome Tweak Tool, and select “Top Bar”. You can easily enable a few settings ...
To do this, you need to add a static route. Add a temporary static route. If you wish to add one temporarily, simply run the ip route add command ...
You can determine the IP address or addresses of your Linux system by using the hostname , ifconfig , or ip commands. To display the IP addresses ...
3 Command Line Tools to Install Local Debian (.DEB) Packages Install Software Using Dpkg Command. Dpkg is a package manager for Debian and its ...
How to Manage Processes from the Linux Terminal: 10 Commands You Need to Know top. The top command is the traditional way to view your system’s ...
How to Install LAMP stack on Ubuntu Step 1: Update your system. sudo apt-get update. Step 2: Install Mysql. sudo apt-get install mysql-server ...
To create a .zip (packaged and compressed) file from the command line, you can run a similar command as the one below, The -r flag enables ...
How do I run a Perl file in Unix? You can do it this way, Find the interpreter/executors path. In this case its /usr/bin/perl or /usr/bin/env ...