- grep: Search through all the text in a given file.
- less: Less is a command line utility that displays the contents of a file or a command output, one page at a time.
- ifconfig: ifconfig stands for "interface configuration." It is used to view and change the configuration of the network interfaces on your system.
- netstat: netstat (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics.
- nslookup: nslookup (stands for “Name Server Lookup”) is a useful command for getting information from DNS server.
- dig: dig command in Linux is used to gather DNS information.
- uptime: Uptime is a command that returns information about how long your system has been running together with the current time, number of users with running sessions, and the system load averages for the past 1, 5, and 15 minutes.
- top: top command will display a list of running processes and how much CPU each process uses.
- free: the free command displays the total amount of free and used physical and swap memory, and the buffers used by the kernel.
- lsof: The lsof command in Linux displays in its output information about files that are opened by processes.
Ten Linux commands
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- Linux Commands - Overview and Examples The command line i...
- Shell and its relation to computer ShellSimply put, the s...