おすすめツイート
"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. Yamamoto 48.8K posts
- 2. #dwts 44.7K posts
- 3. halsey 9,324 posts
- 4. Young Republicans 78K posts
- 5. #FlyTogether 2,956 posts
- 6. #MOST_WANTED_IN_CHICAGO 1,334 posts
- 7. Jared Butler N/A
- 8. Kreider 1,346 posts
- 9. #TexasHockey 3,441 posts
- 10. Ohtani 14.2K posts
- 11. Cuffem 2,859 posts
- 12. Tami 4,541 posts
- 13. TOKYO NARITA N/A
- 14. Lucia 62.2K posts
- 15. #Dodgers 16.8K posts
- 16. Ayton 2,530 posts
- 17. Vivian 29.3K posts
- 18. Robert 105K posts
- 19. Will Richard 2,599 posts
- 20. Haji Wright 1,323 posts
Something went wrong.
Something went wrong.