首页 > 系统相关 >Top 50+ Linux Commands You MUST Know

Top 50+ Linux Commands You MUST Know

时间:2023-10-07 10:50:40浏览次数:35  
标签:files Commands used Top 50 command Linux Command Display

 

https://www.digitalocean.com/community/tutorials/linux-commands  

Top 50 Linux Commands You Must Know as a Regular User

  1. ls - The most frequently used command in Linux to list directories
  2. pwd - Print working directory command in Linux
  3. cd - Linux command to navigate through directories
  4. mkdir - Command used to create directories in Linux
  5. mv - Move or rename files in Linux
  6. cp - Similar usage as mv but for copying files in Linux
  7. rm - Delete files or directories
  8. touch - Create blank/empty files
  9. ln - Create symbolic links (shortcuts) to other files
  10. cat - Display file contents on the terminal
  11. clear - Clear the terminal display
  12. echo - Print any text that follows the command
  13. less - Linux command to display paged outputs in the terminal
  14. man - Access manual pages for all Linux commands
  15. uname - Linux command to get basic information about the OS
  16. whoami - Get the active username
  17. tar - Command to extract and compress files in Linux
  18. grep - Search for a string within an output
  19. head - Return the specified number of lines from the top
  20. tail - Return the specified number of lines from the bottom
  21. diff - Find the difference between two files
  22. cmp - Allows you to check if two files are identical
  23. comm - Combines the functionality of diff and cmp
  24. sort - Linux command to sort the content of a file while outputting
  25. export - Export environment variables in Linux
  26. zip - Zip files in Linux
  27. unzip - Unzip files in Linux
  28. ssh - Secure Shell command in Linux
  29. service - Linux command to start and stop services
  30. ps - Display active processes
  31. kill and killall - Kill active processes by process ID or name
  32. df - Display disk filesystem information
  33. mount - Mount file systems in Linux
  34. chmod - Command to change file permissions
  35. chown - Command for granting ownership of files or folders
  36. ifconfig - Display network interfaces and IP addresses
  37. traceroute - Trace all the network hops to reach the destination
  38. wget - Direct download files from the internet
  39. ufw - Firewall command
  40. iptables - Base firewall for all other firewall utilities to interface with
  41. apt, pacman, yum, rpm - Package managers depending on the distro
  42. sudo - Command to escalate privileges in Linux
  43. cal - View a command-line calendar
  44. alias - Create custom shortcuts for your regularly used commands
  45. dd - Majorly used for creating bootable USB sticks
  46. whereis - Locate the binary, source, and manual pages for a command
  47. whatis - Find what a command is used for
  48. top - View active processes live with their system usage
  49. useradd and usermod - Add new user or change existing users data
  50. passwd - Create or update passwords for existing users
 

标签:files,Commands,used,Top,50,command,Linux,Command,Display
From: https://www.cnblogs.com/shoshana-kong/p/17745760.html

相关文章

  • TOP KKK问题
    △502次简述TCP三次握手以及四次挥手的流程。为什么需要三次握手以及四次挥手?△411次HTTP与HTTPS有哪些区别?△376次从输入URL到展现页面的全过程△341次TCP与UDP在网络协议中的哪一层,他们之间有什么区别?△260次TCP怎么保证可靠传输?......
  • Mojo帮助Python 的性能提升了近 250 倍
    导读AydynTairov是一名开源作者,也是Meta前工程师,他此前将GitHub上火热的纯C语言实现的llama2.c项目移植到了Python——llama2.py。近期 Mojo编程语言正式开放下载,并且声称比Python快68000倍。于是 AydynTairov马不停蹄地就开始将 llama2.py 移植到......
  • CS50x-week7 SQL
    SQL是一种处理数据的编程语言先看看使用python是如何读入csv数据的importcsvwithopen("phonebool.csv","r")asfile:reader=csv.reader(file)forrowinreader:print(row[1])需要注意的是row[1]指的是每一行的第二个数据importcsvwithopen("p......
  • 深入了解iPhone 15 Pro内部结构和技术组件338500537、TPS6565780、338500843、SN300
    TechInsights团队正在拆解iPhone15Pro,以揭示其中的创新,包括使用台积电3nm工艺的全新A17芯片,提供了深入了解iPhone15Pro内部结构和技术组件。NXPNFC控制器安全元件SN300:(SN300VUK)Apple/Cirrus逻辑音频放大器338500537TiAMOLED显示器电源TPS6565780KIOXIA256GBNAND闪存App......
  • Topaz Video AI:智能重塑视频画质,引领视觉体验升级 Mac+win版
    探索TopazVideoAI如何通过智能技术重塑您的视频画质,全面提升视觉体验。→→↓↓载TopazVideoAImac/win版TopazVideoAI是一款领先的智能视频修复软件,专为提升视频画质而生。通过对AI技术的深度集成,它可以帮助您将老旧、低分辨率的视频进行智能修复和增强,带来焕然一新的视......
  • 【题解 P4550】 收集邮票
    收集邮票题目描述有\(n\)种不同的邮票,皮皮想收集所有种类的邮票。唯一的收集方法是到同学凡凡那里购买,每次只能买一张,并且买到的邮票究竟是\(n\)种邮票中的哪一种是等概率的,概率均为\(1/n\)。但是由于凡凡也很喜欢邮票,所以皮皮购买第\(k\)次邮票需要支付\(k\)元钱。现......
  • 【基环树 | 题解】P5022 [NOIP2018 提高组] 旅行
    前言一日知基环树弱,固补题。关于基环树基环树定义一个环,环上每个点都有一颗以该点为根的树,如下图为一棵基环树关于基环树常规思路通常来说基环树常规思路是先处理环上树的结果,后通过树的结果来处理换上结果。具体处理方式依照题目来定。然而只是通常来说因为基环树的问......
  • top内容解析
     %user:表示用户态所使用CPU的百分比。%nice:表示使用nice命令对进程进行降级时CPU的百分比。%sys:表示内核进程使用的CPU百分比。%iowait:表示等待进行I/O所使用的CPU时间百分比。%irq:表示用于处理系统中断的CPU百分比。%soft:表示用于软件中断的CPU百......
  • 题解 accoders::NOI 5508【漂亮大厨(cook)】
    题解accoders::NOI5508【漂亮大厨(cook)】part1区间加\(x\),区间询问有多少个数字\(\leqy\)。\(n,m\leq10^5,x\leq200,y\leq10^7\)。考虑P5356[Ynoi2017]由乃打扑克的做法,分块,块内按照值排序。修改就整块打tag,散块暴力重构(可以归并排序重构);询问在整块上二分,散块暴力......
  • [ARC050C] LCM 111
    [ARC050C]LCM111给定三个数\(a,b,P\),令\(x\)由\(a\)个\(1\)拼接而成,\(y\)由\(b\)个\(1\)拼接而成,求\(\operatorname{lcm}(x,y)\)模\(P\)的值。\(1\lea,b\le10^{18}\),\(2\leP\le10^9\).即\(\displaystylex=\frac{10^a-1}{9},y=\frac{10......