내가 좋아할 만한 콘텐츠
"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. Ohtani 96K posts
- 2. Carson Beck 13.4K posts
- 3. Miami 93.7K posts
- 4. Miami 93.7K posts
- 5. Louisville 21.2K posts
- 6. #SmackDown 48K posts
- 7. #BostonBlue 6,535 posts
- 8. #Dodgers 14.9K posts
- 9. Jeff Brohm 1,888 posts
- 10. George Santos 64.5K posts
- 11. Malachi Toney 2,389 posts
- 12. Nebraska 13.5K posts
- 13. Mario Cristobal N/A
- 14. #OPLive 2,312 posts
- 15. Babe Ruth 1,441 posts
- 16. Chris Bell 2,095 posts
- 17. #NLCS 9,385 posts
- 18. 3 HRs 8,042 posts
- 19. 10 Ks 2,132 posts
- 20. Raiola 2,477 posts
Something went wrong.
Something went wrong.