"Some little-known but interesting Unix/Linux commands" series:
- Some little-known but interesting Unix/Linux commands (1)
- Some little-known but interesting Unix/Linux commands (2)
- Some little-known but interesting Unix/Linux commands (3)
- Some little-known but interesting Unix/Linux commands (4)
This series has been put on hold for a while. Today we will finish the last articleArticle. Hope to help you.
Interesting commands
-
- Finger,Query user information, which usually displays the user name, main directory, stagnation time, Logon Time, logon shell, and other information of a user in the system;
-
- !!,Repeat the previous command. In addition,!PatternYou can quickly execute commands starting with patttern in commands that have been executed, which is quite convenient and convenient;
-
- At,Regular scheduling: You can run a job at a certain interval. You only need to run the job once instead of periodically running it. Use the AT command;
-
- WC,Query the number of rows or words in the file;
-
- Taskset,Limit the number of CPUs occupied by processes;
-
- Tail,The command is used to display the last few lines of the file. The default value is 10. It is generally used to view log files. The latest file content is continuously output based on log updates. You do not need to refresh and view the content. CTRL + C can end the output;
- Apropos,In Linux, there are powerful help commands other than man. What the Command actually completes is to search the descriptions of other commands and list the relevant commands. Not necessarily, the command is what you want, however, it can help recall useful commands;
-
- Nload,Tools used to view network traffic of Linux servers in real time;: I really like nload and iftop to monitor network activity when tcpdump low-levelness is not needed.
-
- Find-delete,Find and delete the files that meet the filtering conditions;
-
- Watch,Watch can help you monitor the running results of a command, saving you the need to manually run it over and over again;
-
- Xxd,Displays an object in hexadecimal format;
-
- CTRL + R,Commands executed by reverse search are very powerful! With this, you can discard history;
-
- Dmidecode,Dump the DMI (Desktop Management Interface) information of the machine in a readable way. The information includes hardware and bios, which can be used to obtain the current configuration, you can also get the maximum configuration supported by the system;
-
- Most,Like the more and less functions, the text viewer;
-
- Iptraf,Monitors network traffic, especially when installed on the firewall, and works with iptables to monitor network exceptions that flow through the firewall;
- Open,You can use the associatedProgramOpen the file;
-
- Cowsay,This command can make a cowboy say two humorous sentences. (In view of the comments in the previous article, this command may already be in the ranks of the game. Please note .)
-
- Rsync,The software that implements the remote synchronization function, while Synchronizing files, it can maintain additional information such as the permissions, time, and soft and hard links of the original file;
-
- Pgrep,A tool that queries a process by program name. It is generally used to determine whether the program is running;
-
- YACC,The compiler used to generate the CompilerCodeGenerator );
-
- Du,Measure the disk space occupied by directories (or files;
-
- Ssh,Used to remotely log on to a Linux host;
Conclusion
This series ends here. Hope to help you. There may be many shortcomings. Please help us to correct them. Thank you!
References
-
- Linux Command: User Information and Management-finger
-
- Crontab)
-
- Linux tips: Use cron and at to schedule jobs
-
- Use the taskset command to restrict the CPU of a process
-
- Taskset
-
- Linux tail commands
-
- Tail command details
- One Linux Command per day tail
-
- Apropos: A Powerful HELP command except man in Linux
-
- Nload tool for viewing network traffic of Linux servers in real time
-
- Nload software for network card Traffic Monitoring in Linux
-
- Nload, a real-time monitoring tool for Linux Network Traffic
-
- Strange behavior with 'Find-delete'
-
- Linux or Unix find and remove files with one find command on fly
-
- Summary of watch command usage in Linux
-
- Linux watch command usage
-
- Watch -- Monitoring command running result
-
- Use the tool xxd in Linux
-
- Linux xxd hexdump to view the hexadecimal method. It is better to use it with VI.
-
- CTRL + R in the Linux Command Line
-
- Use Ctrl + R to search for historical commands
-
- Dmidecode of Linux commands I used-view hardware information
-
- Linux hardware information viewing tool dmidecode
-
- Use iptraf in Linux to analyze network traffic
-
- Iptraf for Linux real-time network traffic monitoring tool
-
- File sync backup from Linux to Linux
-
- Linux rsync synchronization settings
-
- Linux Study Notes BACKUP command rsync
- Linux pkill and pgrep commands
-
- Linux pgrep Query Process Tool
-
- YACC --- a compiler used to generate the compiler on Unix/Linux
-
- YACC and Lex Quick Start
-
- Usage of DU command parameters in Linux
-
- Deep parsing for Linux SSH
-
- Use OpenSSH instead of Telnet's zookeeper Method
-
- SSH Principle and Application (I): Remote Logon
-
- SSH Principle and Application (II): Remote Operations and port forwarding