내가 좋아할 만한 콘텐츠
"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. #DWTS 27.3K posts
- 2. #WWENXT 13.1K posts
- 3. Robert 104K posts
- 4. #DWCS 4,013 posts
- 5. Carrie Ann 2,904 posts
- 6. #RHOSLC 3,416 posts
- 7. Elaine 51.5K posts
- 8. Whitney 13.9K posts
- 9. Max Muncy 2,741 posts
- 10. Dylan 32K posts
- 11. #USMNT N/A
- 12. Roldan 1,857 posts
- 13. Young Republicans 46.3K posts
- 14. Yelich 1,516 posts
- 15. Haji Wright N/A
- 16. Politico 257K posts
- 17. Peralta 5,718 posts
- 18. Mr. Feeny N/A
- 19. Danielle 9,056 posts
- 20. D’Angelo 402K posts
Something went wrong.
Something went wrong.