Top 100 Linux Commands [Free Downloads]
With this article ‘Top 100 Linux Commands’, get to explore the world of Linux Commands, that every Linux user should …
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 is a utility used to display and manipulate the Address Resolution Protocol (ARP) cache. It allows users …
The fsck command in Linux is a file management tool that stands for file system consistency check. The command checks …
The sed command in Linux stands for stream editor which allows for editing text streams in a file. Though primarily …
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 …
The sftp command in Linux is similar to the ftp command. However, it transfers files from one computer to another …
The iptables command in Linux is used to set up, maintain and inspect the tables of IP packet filters. These …