In Linux operating systems fdisk command is used for disk partitioning. Which enables system administrator to create, delete, modify, and manage disk […]
This command is used to show who is logged in currently on the system. It comes from “coreutils-x.x” package. This will give useful information about the currently logged in users and their login related details like time stamps etc. Every system administrator or Linux enthusiast should know about this command and its optional switches.
This command is generally used for processing the file data, in terms of length, character, bytes, line size etc. It is mostly used along with other commands to process the files and to understand their nature to take further actions accordingly.
This command gives informaton of curently logged in users and their respective login details. This command has few switches which can be used by a system administrator or Linux enthusiast to get the logged in user login details. It is used to show who is logged on and what they are doing. It comes from “procps-x.x.x” package.
It is awesome utility provided in Linux/UNIX environment to find any files residing under the OS. We can search for any files, with almost all the attributes a file has attached to it. It comes from “findutils-x.x.x” package, we have covered almost all the find options. This command is generaly found under the path “/bin/”.
It stands for “change shell” and is used to change the login shell for any user. The default shell is the command interpreter that is used when a user logs into the system. It comes from “util-linux-ng” package.