Sunday 28 August 2016

How to create custom Hamburger menu using jquery

humbarg.jpeg

Hello readers, today I will guide you "How to create custom Hamburger menu using jquery"

Hamburger menu is just a symbol which is consists of three parallel horizontal lines and used as similar to button in graphical user interfaces. It displays at top left or top right.

Normally, we can use bootstrap Hamburger menu but if you want to create you own custom Hamburger menu use the  HTML + CSS + jQuery code.

Read more about How to create custom Hamburger menu using jquery visit Findnerd.

Wednesday 17 August 2016

Linux: File Ownership and Permissions

ubuntu-1479782_960_720.jpg

File Ownership and Permissions

It is important in multi-user system to ensure that files of one user cannot be accessed by another user, until and unless user is permitted to access the files. The user who creates the file, is by default the owner of that file. He can do whatever he wants to do with that file, like editing or deleting or renaming.

If the member of the group has created the file then he can also own that file. User group will have the same permissions as that of file creator. This is a very important feature provided by Linux. Other users can also be granted privileges to the file so that other users can also work on the files created by the owner of the file.

Read more about Linux: File Ownership and Permissions visit Findnerd.