The “hash” Command in Linux [6 Practical Examples]
Bash is a popular built-in shell in the Unix-like operating system. And hash is the built-in command within the shell …
Bash is a popular built-in shell in the Unix-like operating system. And hash is the built-in command within the shell …
Linux is an Operating System that can do many things. You can use the command line to type commands and …
With this article ‘Top 100 Linux Commands’, get to explore the world of Linux Commands, that every Linux user should …
Linux is a multi-user os that allows several users to interact with the system simultaneously. In case of deleting any unnecessary …
The arp command in Linux is used to map IP addresses to MAC (Physical) addresses on a LAN (Local Area …
The fsck command in Linux is a file management tool that stands for file system consistency check. The command checks …
The sed command is used to work in a stream editor called Sed in Linux. Sed editor can make basic …
The sestatus command in Linux shows the information on SELinux (Security-Enhanced Linux). SELinux is a Linux kernel security module that …
The tcpdump command in Linux is a packet sniffing tool that allows users to capture traffic coming to the network. …
The stat command in Linux is a system utility that stands for status. It is used to display the status …
The tr command in Linux is a command-line utility that comes pre-installed with most distributions of the Linux operating system. …
The tty command determines the terminal or terminal-like device associated with a process. Here tty stands for teletype and represents the …
The users command in Linux is a useful tool to display the list of the users currently logged in to …
The vim command in Linux is a powerful, faster text editor with advanced features. However, it isn’t suitable for novices. …
The who command in Linux is a useful tool to find information about the currently logged-in user of the system. …
The tee command in Linux is used to read standard input and write to another file apart from standard output. …
The uniq command in Linux is a handy tool to report or filter out repeated lines in a text file. …
The xargs command in Linux is a helpful tool for processing large lists of inputs and executing commands for each item in the …
The sleep command in Linux is used to set a delay in the execution of a command or to schedule …
The time command in Linux measures the amount of time it takes to complete a command or a script. This …