

- Welcome to Geeksww.com
My list of important Linux commands
After working with Linux operating system for quite sometime now, I have compiled a list of some of the most useful commands to help perform the day-to-day administrative tasks.
Text/Data:
- cat
- wc
- head
- tail
- echo
Text Editors:
- nano
- vi
Filesystem:
- ls
- df
- cat /proc/diskstats
- cat /proc/sys/fs/file-max
Performance:
- top (1 for all CPUs)
- mpstat -P ALL 2 1
- vmstat 5
- iostat -dx 5
Monitoring:
- top
- mpstat -P ALL 2 1
- watch
General Info:
- whoami
- hostname
- pwd
- ls
- env
- lsof
- lsmod
- date
Linux Administration:
- cat /proc/version
- cat /proc/cpuinfo
- cat /proc/mounts
- cat /proc/filesystems
- cat /proc/uptime
- cat /proc/mounts
Advanced:
- cat /proc/diskstats
- cat /proc/devices
- cat /proc/mdstat (software RAID)
- cat /proc/sys/fs/file-max
- cat /proc/partitions
- cat /proc/meminfo
- cat /proc/vmstat
- cat /proc/modules
Did this tutorial help a little? How about buy me a cup of coffee?
Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.
IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, install cairo, php, java, source code, install mysql, linux, laptop, mysql mysql, mysql, mysql initialization, tools, ubuntu
Similar Tutorials:
- Microsoft Windows IIS FTP Part 3 - The Doorway Folder Trick
- Linux kernel data structures (Part 1) - the current macro
- How to install libevent on Debian/Ubuntu/Centos Linux?
- Installing MySQL Client tools, binaries, and library on Ubuntu Linux
- Working with BASH environment variables (simple commands for beginners)
Tutorials in 'Operating Systems > Linux' (more):
- Bash script to compare remote directory's files using file size
- Script to transfer files to remote server with verification
- setfacl: command not found
- How to download, compile, and install CMake on Linux
- How to download, compile, and install GNU ncurses on Debian/Ubuntu Linux?
Comments (write a comment):
0 comments so far. Be the first one to leave a comment on this article.