• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

Tag: permission

15 December 2020

How to Set all directories to 755 And all files to 644

Written by Rahul
Security always comes first. It is recommended to keep your files secure on your systems. No one liked that anyone misused their hard work due to silly mistakes. Many of fresher set file permissions to 777 on production servers to avoid any permission issue. But they are doing big mistakes by setting world writable...
Read More about How to Set all directories to 755 And all files to 644
13 August 2020

Find All files with 777 permission in Linux

Written by Rahul
Right file permission is the most crucial part of the Linux system management. A file with permission 777 is open to everyone for read and write. Any user logged in to system can write to this file. Which can be harmful for your system. In some condition’s, you may required 777 permissions like log...
Read More about Find All files with 777 permission in Linux
05 May 2019

How To Correctly Set the File Permissions in Laravel 5

Written by Rahul
Setting the proper file permission for any web application is an important part of web hosting. In this tutorial, you will learn how to properly configure file permissions on a Laravel application hosted on Linux web server. First of all, Identify the user name under which web server is running. Here are some default...
Read More about How To Correctly Set the File Permissions in Laravel 5
04 May 2019

How to change permissions on folder and sub-folders recursively

Written by Rahul
Setting the proper file permission for any web application is an important part of web hosting. In this tutorial, you will learn how to change file permissions on folder and sub-folders recursively in a single command. As you know, In Linux everything is treated as a file. A folder is also known as directory...
Read More about How to change permissions on folder and sub-folders recursively
21 October 2015

How to chmod Files and Directories Recursively

Written by Rahul
chmod is command line utility for changing permissions of files and directories under Linux/Unix operating system. This tutorial will explain you how to change different-2 permissions for files and directories recursively. Change Permissions Recursively For example following command will set permissions 755 (rwxr-xr-wx) on public_html directory in home directory and all its sub directories....
Read More about How to chmod Files and Directories Recursively
13 January 2014

How to Use chattr Command in Linux

Written by Rahul
Chattr – A Linux Command – command is useful to change file attributes on Linux second extended file system. It provides more security on your files from unwanted changes and deletes. There are many attributes available to do it. To Add attributes on a file we use plus (+) and to remove attributes use...
Read More about How to Use chattr Command in Linux
08 March 2013

How to Create User and Grant Permission in MySQL

Written by Rahul
How to Create MySQL User and Grant Permission. For the good security implementation, make sure to create separate user account rather than root to access database for each application. This will ensure that application can’t access other application’s database. You need MySQL administrator (root) privileges To create user accounts and assign privileges to the...
Read More about How to Create User and Grant Permission in MySQL

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy