
LinuxCommands
@Linux_Commands
Useful Linux commands.
Was dir gefallen könnte
"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 Trends
- 1. #VSFashionShow 138K posts
- 2. #KaneAI N/A
- 3. madison 35K posts
- 4. quen 11.4K posts
- 5. jihyo 75.7K posts
- 6. #VictoriasSecretFashionShow 1,199 posts
- 7. Nancy 107K posts
- 8. #ARWINGS 3,386 posts
- 9. Angel Reese 12.2K posts
- 10. Argentina 457K posts
- 11. Supreme Court 140K posts
- 12. Anok 4,330 posts
- 13. Birdman 2,181 posts
- 14. TWICE LIGHTS UP VSFS 67.6K posts
- 15. tzuyu 67.6K posts
- 16. Waddle 5,915 posts
- 17. Jasmine Tookes 3,073 posts
- 18. UTEP 2,474 posts
- 19. #TORQSports N/A
- 20. SCOTUS 43.7K posts
Was dir gefallen könnte
Something went wrong.
Something went wrong.