basic_file_and_directory_tasks
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
basic_file_and_directory_tasks [2024/07/20 07:54] – f.l hc9 | basic_file_and_directory_tasks [2024/08/31 20:20] (current) – – hc9 | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Common File Commands ==== | ==== Common File Commands ==== | ||
- | - touch -- create a file | + | - touch – create a file |
- | - pwd -- print working directory | + | - pwd – print working directory |
- | - ls -- list files in current directory | + | - ls – list files in current directory |
- | - cp -- copy a file | + | - cp – copy a file |
- | - mv -- move a file | + | - mv – move a file |
- | - rm -- remove a file | + | - rm – remove a file |
- | - file -- examine type of file | + | - file – examine type of file |
- | - less -- read a file | + | - less – read a file |
- | - mkdir -- create a directory | + | - mkdir – create a directory |
- | - cd -- change directory | + | - cd – change directory |
- | - rmdir -- remove a directory | + | - rmdir – remove a directory |
- | - clear -- clear screen | + | - clear – clear screen |
Please note that the above commands each have a man-page that will describe in more detail the full possibilities of each command. In this tutorial, we'll simply give a short overview, enough to get things done on the command line. For more information on man-pages, see the [[http:// | Please note that the above commands each have a man-page that will describe in more detail the full possibilities of each command. In this tutorial, we'll simply give a short overview, enough to get things done on the command line. For more information on man-pages, see the [[http:// |
basic_file_and_directory_tasks.1721462088.txt.gz · Last modified: 2024/07/20 07:54 by hc9