A network can be as small as some computers connected in your home or office or can be large or complicated as in large University or the entire […]
Linux Cat Command and Options description
The Unix and Linux cat command is the most universal and powerful tool. It can be used to display the content of a file, copy content from one file to […]
How to rm or Delete file in Linux ?
rm Stands for remove. This command is used to remove a file. You should be careful using this command. Once the rm command deletes a file, it deletes […]
Managing Groups in Linux
Unix or Linux Users are always listed in different groups. Linux Group allow us to set permission on the group level instead of setting the permission on individual […]
Managing File Ownership and Permissions in Linux
Linux or Unix security features are creative indeed. Linux or Unix system have three types of owner. Which are: User : The User is the one who created the file. Default […]
Managing Users in Linux
Since linux is open source, we know everything about user management in linux. We even know the files where the necessary information about the user is stored. Managing […]
Introduction to users in Linux
Users are important factors in Linux. In this article, we will discuss about how to identify a system’s user account with commands like who, whoami, etc. Linux environment can allow multiple users to […]
What is Linux Filesystem Hierarchy Standard (FHS)?
What is Linux Filesystem Hierarchy Standard (FHS)? Linux filesystem hierarchy standard (FHS) describes directory structure. It is content in Unix and Unix like operating system.Like that linux. It explains where […]
Linux Directories Introduction
What is a Directory A directory is like as a folder like windows. Linux directory is a table which contains all its files Inode number and connect it to the […]
How to Install Ubuntu on your PC
The Ubuntu desktop is easy to use, easy to install and includes everything you need to run your need. It’s also open source, secure, accessible and free to […]