一些linux命令 ---f000001

阅读更多

http://linux.chinaitlab.com/special/linuxcom/

* ls > a.txt

 

1. cat

2. chmod

3. ls

4. grep    eg. grep -Rni 'str|re' ./

5. mv

6. pwd

7. history

8. rm rmdir mkdir

9. cp

10. init num: Linux的运行级别

11. cd  eg. (1) cd / (2)cd ..

12. help eg.help echo

13. man eg.man init

14. ln

15. ping

16. hostname

17. host

18. ifconfig

19. telnet

20. ftp

21. netstat

22. finger

23. stat

24. top

25. du

26. df

27. free

28. locale

29. date

30. clear

31. alias/unalias

32. vi

33. touch

34. more less

35. head tail

36. file

37. locate

38. which

39. find

40. wall

41. write

42. mesg

42. mail

43. kill

44. tar

45.

 

你可能感兴趣的:(Linux)