1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

remove duplicated top explanation (#4104)

This commit is contained in:
Renato C. Francisco
2023-06-22 16:14:35 -03:00
committed by GitHub
parent 7a19b7887a
commit e85ff79dbe

View File

@@ -26,11 +26,6 @@ htop is a cross-platform ncurses-based process. It is similar to top, but allows
- [htop Documentation](https://www.man7.org/linux/man-pages/man1/htop.1.html)
- [htop Cheat Sheet](https://www.maketecheasier.com/power-user-guide-htop/)
The top program periodically displays a sorted list of system processes. The default sorting key is pid, but other keys can be used instead. Various output options are available.
- [top Documentation](https://man7.org/linux/man-pages/man1/top.1.html)
- [top Cheat Sheet](https://gist.github.com/ericandrewlewis/4983670c508b2f6b181703df43438c37)
Lsof lists on its standard output file information about files opened by processes.
- [lsof Cheat Sheet](https://neverendingsecurity.wordpress.com/2015/04/13/lsof-commands-cheatsheet/)