
LinuxCommands
@Linux_Commands
Useful Linux commands.
You might like
"sudo" - allows a permitted user to execute a command as the superuser or another user, as specified in the sudoers file.
Result: Linux MachineName 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
$ "free -b" Display amount of free and used memory in bytes.
$ "free -k" Display amount of free and used memory in kilobytes.
$ "free -m" Display amount of free and used memory in megabytes.
$ "free -g" Display amount of free and used memory in gigabytes.
"free" - Display amount of free and used memory in the system.
"locate" - find files by name. Usage $ locate "fileName"
"touch" - creates new file if it doesn't exist or changes the timestamp of already existing file. $touch fileName
"cat" - combines and prints files to standard output. $ cat file //Prints the content of a file $ cat file1 file2 > file3 //Combines files
Probably one of most useful commands. $find -name '*.[ch]' | xargs grep -E 'search_term' Search 'search_term' in this directory recursively.
United States Trends
- 1. #LoveYourW2025 50.1K posts
- 2. Good Wednesday 18.7K posts
- 3. #Worlds2025 53.8K posts
- 4. LEE KNOW FOR HARPERS BAZAAR 3,817 posts
- 5. #LeeKnowXGucci 4,318 posts
- 6. Raila 194K posts
- 7. Hump Day 6,456 posts
- 8. #Wordle1579 N/A
- 9. And the Word 75.9K posts
- 10. #100T N/A
- 11. Young Republicans 84.8K posts
- 12. Yamamoto 50.8K posts
- 13. Tami 4,847 posts
- 14. halsey 9,875 posts
- 15. Lucia 60.3K posts
- 16. Vishnu 9,125 posts
- 17. George Floyd 36.2K posts
- 18. Politico 324K posts
- 19. Kreider 1,425 posts
- 20. Vivian 30.8K posts
Something went wrong.
Something went wrong.