Linux Commands III

Linux Commands III

Linux Commands III Dr. Hyrum Carroll September 1, 2016 Linux Commands I (review) I man - show manual for a command, example: `man ls' (press `q' to exit the man page) I ls - list directory, similar to dir on windows, example: `ls /etc', use `ls -l /etc' to see more detail I cd - change directory, example: `cd /etc/' I touch - update the timestamp on a file, example: `touch foobar' I cp - copy a file or directory, example: `cp source dest' if you want to copy a directory use the -R option for recursive: `cp -R /source /dest' I mv - move a file, example: `mv source dest' I rm - remove a file, example: `rm somefile' to remove a directory you may need the -R option, you can also use the -f option which tells it not to confirm each file: `rm -Rf dir/' I mkdir - make a directory, example: `mkdir foobar' I rmdir - remove an empty directory, example: `rmdir foobar' Linux Commands II (review) I cat - dumps files to the screen with no page breaks I more - displays a file with page breaks after the screen fills up I less - displays a file on the screen I pwd - print working directory - lets you know where you are in the directory structure I * - a wild card character - represents any string; e.g., `more *' will display all the files in a directory I up and down arrows - goes to previous or next command - a short cut to avoid typing long strings I ! fpartialg - executes the last command with the name that started with the string fpartialg I !$ - the last parameter on the previous line I which - locate a command Linux Commands III (review) I ssh - secure shell - log into a remote computer through the network I scp - secure copy - copy a file or files across a network I sftp - secure file transfer - transfer files to and from a remote computer through the network I du - disk usage - the amount of space files/directories occupy I sort - sort lines - alphanumeric or string numeric (with -n I echo - write arguments to the standard output I tail - display the last lines of a file I grep - print lines matching a pattern I history - display entered commands I > outfile - directs the output of a command to a file named “outfile” I < infile - directs the input to a command from a file named “infile” Linux Commands IV I head - display first lines of a file I grep - print lines matching a pattern I history - display entered commands I > outfile - directs the output of a command to a file named “outfile” I < infile - directs the input to a command from a file named “infile” Linux Commands IV I head - display first lines of a file I tail - display the last lines of a file I history - display entered commands I > outfile - directs the output of a command to a file named “outfile” I < infile - directs the input to a command from a file named “infile” Linux Commands IV I head - display first lines of a file I tail - display the last lines of a file I grep - print lines matching a pattern I > outfile - directs the output of a command to a file named “outfile” I < infile - directs the input to a command from a file named “infile” Linux Commands IV I head - display first lines of a file I tail - display the last lines of a file I grep - print lines matching a pattern I history - display entered commands I < infile - directs the input to a command from a file named “infile” Linux Commands IV I head - display first lines of a file I tail - display the last lines of a file I grep - print lines matching a pattern I history - display entered commands I > outfile - directs the output of a command to a file named “outfile” Linux Commands IV I head - display first lines of a file I tail - display the last lines of a file I grep - print lines matching a pattern I history - display entered commands I > outfile - directs the output of a command to a file named “outfile” I < infile - directs the input to a command from a file named “infile” Linux Commands IV Examples head linuxCommands3.tex head -n 2 linuxCommands3.tex tail linuxCommands3.tex grep includegraphics */*.tex history history 11.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    11 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us