
LinuxCommands
@Linux_Commands
Useful Linux commands.
Tal vez te guste
"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 Tendencias
- 1. Lakers 85.8K posts
- 2. Luka 66.1K posts
- 3. Ayton 13.9K posts
- 4. Marcus Smart 8,030 posts
- 5. Warriors 93.3K posts
- 6. Curry 39.1K posts
- 7. #DWTS 47.3K posts
- 8. Rockets 58.4K posts
- 9. Shai 32.9K posts
- 10. Sengun 24.6K posts
- 11. Draymond 7,795 posts
- 12. #DubNation 12.7K posts
- 13. Reaves 8,826 posts
- 14. Double OT 6,349 posts
- 15. #LakeShow 6,498 posts
- 16. Jimmy Butler 8,077 posts
- 17. Kuminga 9,318 posts
- 18. Reed Sheppard 6,447 posts
- 19. Vando 2,766 posts
- 20. Gabe Vincent 1,970 posts
Something went wrong.
Something went wrong.