Linux Octal File Permissions Introduction
The Octal permissions can also be set for the groups. Here : To set, r octal will be 4. w octal will be 2. x octal will be 1. File…
A quick brown fox jumps over the lazy dog!
The Octal permissions can also be set for the groups. Here : To set, r octal will be 4. w octal will be 2. x octal will be 1. File…
The Linux or Unix system have three permission are below : (a) user owner. (b) group. (c) others. The Linux system have three types of permissions defined. All nine characters…
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.…
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 level. The…
In this article we will discuss about the local users password. Updating password can be done with two methods: First method is by using passwd command. Second method is with…
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 users involves…
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…
Linux ifconfig config ifconfig stands for interface configuration. Because Linux ifconfig command enables us to initialize interface, assign IP address. It also enable or disable an interface in your system.…
rename command is mostly used to rename multiple files. The tool searches for a given string in filenames and renames that file with the given new string. Sample syntax of…
grep command is used to search for string in a source. The source can be piped to it. Or it can read a file as source. Linux grep command can…