• Contact
  • Contact Us
  • Disclamer
  • Home 1
  • Home 2
  • Home 3
  • Privacy Policy
Sunday, June 22, 2025
How VPS - How to use/setup VPS
  • Login
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
How VPS - How to use/setup VPS
No Result
View All Result
Home Operating System Linux

51 Useful Lesser Known Commands for Linux Users

How VPS by How VPS
November 2, 2018
in Linux, Operating System
0
0
SHARES
73
VIEWS
Share on FacebookShare on Twitter

Contents

  1. 11 Lesser Known Commands – Part I
  2. 10 Lesser Known Commands – Part II
  3. 10 Lesser Known Commands – Part 3
  4. 10 Lesser Known Linux Commands – Part IV
  5. 10 Lesser Known Linux Commands- Part V

Linux command line is attractive and fascinating, and there exists a flock of Linux user who are addictive to command Line. Linux command line can be funny and amusing, if you don’t believe me, you can check one of our article below.

  1. 20 Funny Commands of Linux or Linux is Fun in Terminal
51 Useful Lesser Known Commands for Linux Users

51 Lesser Known Commands for Linux

As well as extremely powerful, at the same time. We brought to you, five articles on “Lesser Known Linux Commands” consisting of 50+ lesser known Linux command. This article aims at concatenating all those five articles as one, and lets you know, what is where, in brief.

11 Lesser Known Commands – Part I

This article was highly appreciated by our readers, which contains simple yet very important commands. The article summaries as.

  1. 1. sudo!! : Forgot to run a command with sudo? You need not re-write the whole command, just type “sudo!!” and the last command will run with sudo.
  2. 2. Python -m SimpleHTTPServer : Creates a simple web page for the current working directory over port 8000.
  3. 3. mtr : A command which is a combination of ‘ping’ and ‘traceroute’ command.
  4. 4. Ctrl+x+e : This key combination fires up, an editor in the terminal, instantaneously.
  5. 5. nl : Outputs the content of text file with lines Numbered.
  6. 6. shuf : Randomly selects line/file/folder from a file/folder.
  7. 7. ss : Outputs Socket Statistics.
  8. 8. Last: Want to know history of last logged in users? This command comes to rescue here.
  9. 9. curl ifconfig.me : Shows machine’s external IP Address.
  10. 10. tree : Prints files and folders in tree like fashion, recursively.
  11. 11. Pstree : Prints running processes with child processes, recursively.

11 Lesser Known Useful Linux Commands – Part I

The great response, received on this article, and requests to provide another list of ‘Lesser Known Linux Commands‘, from our readers, we wrote next article of the series is:

10 Lesser Known Commands – Part II

This article again was warm welcomed. The summary of the article, below is enough to describe this.

  1. 12. <space> command : A space before a bash command, is not recorded in history.
  2. 13. stat : Shows the status information of a file as well as of a file system.
  3. 14. <alt>. And <esc>. : A tweak which put the last command argument at prompt, in the order of last entered command, appearing first.
  4. 15. Pv : outputs simulating text, similar to hollywood movies.
  5. 16. Mount | column -t : Lists mounted file system, in nice formatting with specification.
  6. 17. Ctrl + l: clear shell prompt, instantaneously.
  7. 18. curl -u gmail_id –silent “https://mail.google.com/mail/feed/atom” | perl -ne ‘print “/t” if //; print “$2/n” if /(.*)/;’. This simple scripts, opens up, unread mail of an user, in the terminal itself.
  8. 19. screen : Detach and Reattach, long running process from a session.
  9. 20. file : Outputs information, regarding types of file.
  10. 21. id : Print User and Group Id.

10 Lesser Known Linux Commands – Part 2

Getting over 600 Likes on different social Networking sites and many thankful comments, we were ready with our third article of the series is:

10 Lesser Known Commands – Part 3

This article summaries as below:

  1. 22. ^foo^bar : Run last command with modification, without the need of rewriting the whole command again.
  2. 23. > file.txt : Flush the content of a text file, in a single go, from the command prompt.
  3. 24. at : Run a particular command, time based.
  4. 25. du -h –max-depth=1 Command : Outputs the size of all the files and folders within current folder, in human readable format.
  5. 26. expr : Solve simple mathematical calculations from the terminal.
  6. 27. look: Check for an English word, from the dictionary, in case of confusion, right from the shell.
  7. 28. yes : continues to print a sting, till interrupt instruction is given.
  8. 29. factor: Gives all the possible factors of a decimal number.
  9. 30. ping -i 60 -a IP_address : Pings the provided IP_address, and gives audible sound when host comes alive.
  10. 31. tac : Prints content of a file, in reverse order.

10 Lesser Known Commands for Linux – Part 3

Our Hard-work was paid by the response we received and fourth article of the series was:

10 Lesser Known Linux Commands – Part IV

Need not say, again this article was appreciated. The article summarises below:

  1. 32. strace : A debugging tool.
  2. 33. disown -a && exit Command : Run a command in background, even after terminal session is closed.
  3. 34. getconf LONG_BIT Command : Output Machine Architecture, very clearly.
  4. 35. while sleep 1;do tput sc;tput cup 0 $(($(tput cols)-29));date;tput rc;done & : The script outputs date and time on the top right corner of shell/ terminal.
  5. 36. convert : converts the output of a command in picture, automatically.
  6. 37. watch -t -n1 “date +%T|figlet” : Show animated digital clock at the prompt.
  7. 38. host and dig : DNS lookup utility.
  8. 39. dstat : Generates statistics regarding system resource.
  9. 40. bind -p : Shows all the shortcuts available in Bash.
  10. 41. Touch /forcefsck : Force file-system check on next boot.

10 Lesser Known Effective Linux Commands – Part IV

10 Lesser Known Linux Commands- Part V

The commands from here was getting biased towards scripts, yes single line powerful shell scripts and we thought to provide at least one more article on this series.

  1. 42. lsb_release : Prints distribution specification information.
  2. 43. nc -ZV localhost port_number : Check if a specific port is open or not.
  3. 44. curl ipinfo.io : Outputs Geographical Information, regarding an ip_address.
  4. 45. find .-user xyz : Lists all file owned by user ‘xyz’
  5. 46. apt-get build-dep package_name: Build all the dependency, automatically while installing any specific package.
  6. 47. lsof -iTCP:80 -sTCP:LISTEN. The script, outputs all the service/process using port 80.
  7. 48. find -size +100M : This command combination, Lists all the files/folders the size of which is 100M or more.
  8. 49. pdftk : A nice way to concatenate a lot of pdf files, into one.
  9. 50. ps -LF -u user_name : Outputs Processes and Threads of a user.
  10. 51. Startx — :1 (This command creates another new X session).

10 Lesser Known Useful Linux Commands- Part V

That’s all for now. Don’t forget to give us your valuable feedback in our comment section. This is not an end of lesser known Linux commands, and we will keep them bringing to you, from time to time, in our articles. I’ll be coming with another article, very interesting and useful for our readers. Till then stay tuned and connected to Tecmint.com.

Source: tecmint.com

Tags: Linux Commandslinux guidelinux vps setup guide
Previous Post

How to Recover a Deleted File in Linux

Next Post

Tips to Create ISO from CD, Watch User Activity and Check Memory Usages of Browser

Next Post

Tips to Create ISO from CD, Watch User Activity and Check Memory Usages of Browser

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result

Recent Post

Install Imagemagick on CentOS
CentOS

Install Imagemagick on CentOS

by How VPS
June 28, 2023
0

This is how I installed Imagemagick on a vanilla CentOS server Start off by installing the prerequisites yum install php-pear...

Read more
how to Check phpinfo

How to Check phpinfo of Hosting or VPS?

June 28, 2023
Failed to download metadata for repo 'appstream' on Centos 8

How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

February 25, 2022
How to Fix MySQL Error "Plugin 'InnoDB' registration as a STORAGE ENGINE failed"?

How to Fix MySQL Error “Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed”?

November 17, 2020
How to optimize Mysql or MariaDB

How to optimize Mysql or MariaDB

November 3, 2020

Recent News

  • Install Imagemagick on CentOS
  • How to Check phpinfo of Hosting or VPS?
  • How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

Category

  • Arch
  • Authentication
  • Backups
  • BSD
  • Centmin Mod
  • CentOS
  • Control Panels
  • CoreOS
  • CWP
  • Debian
  • Directadmin
  • Encryption
  • Fedora
  • Firewalls
  • Hocvps Script
  • Hosting providers
  • Kloxo-MR
  • Linux
  • Mitigations
  • Operating System
  • Plesk
  • Reviews
  • Securing VPS/Servers
  • Security Patches
  • SSL Certificates
  • Uncategorized
  • Upgrading
  • VPS/Servers management guides
  • Vulnerability Detection
  • Web servers software
  • Webhosting Control Panel
  • About
  • Advertise
  • Careers
  • Contact

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In