"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 趋势
- 1. zendaya 5,038 posts
- 2. trisha paytas 1,708 posts
- 3. Apple TV 9,903 posts
- 4. #FanCashDropPromotion 1,399 posts
- 5. No Kings 219K posts
- 6. #เพียงเธอตอนจบ 1.82M posts
- 7. LINGORM ONLY YOU FINAL EP 1.74M posts
- 8. #FridayVibes 7,469 posts
- 9. #Yunho 28K posts
- 10. GAME DAY 32.5K posts
- 11. #SlideToMe 17.3K posts
- 12. Mamdani 285K posts
- 13. Good Friday 63K posts
- 14. Cuomo 124K posts
- 15. Arc Raiders 4,864 posts
- 16. eli roth N/A
- 17. Justice 331K posts
- 18. Bolton 292K posts
- 19. F1 TV 3,407 posts
- 20. Happy Friyay 1,667 posts
Something went wrong.
Something went wrong.