File permissions by numbers - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

File permissions by numbers

Description:

The user creating the link must have write access to the destination directory. Types of Links ... The tee utility sends the output of a command in two directions. ... – PowerPoint PPT presentation

Number of Views:20
Avg rating:3.0/5.0
Slides: 6
Provided by: richard500
Category:

less

Transcript and Presenter's Notes

Title: File permissions by numbers


1
File permissions by numbers
2
Structure of a command Command name
arguments Two types of arguments Operands
The objects of the command ie, what the
command acts on. Options Specify how the
command works. All commands do not require
operands. Eg. Pwd Some commands require a
certain number of operands eg diff
  Operands are the last items in the command.
(options must precede the operand)
3
Command Synopses
  • Single letter options are placed together
  • An option that requires an argument is separate
    from the options that dont require arguments.
  • Italics or angle brackets, ltgt indicate that the
    word is a place holder. It must be replaced by an
    appropriate word.
  • indicate that an argument is optional
  • Indicates that two or more arguments are
    mutually exclusive.
  • indicates that the previous argument can be
    repeated.

4
Example
  • Example
  •   The synopsis of the grep command grep
  • -E -F -c -l-q -insvx

    -e patterns
  • -f patternfile ... file
  •       The e option is required and it must be
    followed by a pattern
  •       Either the E or F option, but not both at
    once
  •       Any one of c, -l or q but not more than
    one
  •       Any combination of -I, -n, -s, -v, or x
    options
  •       One or more f options, but each one must
    be followed by an argument. The place holder is
    patternfile, to indicate that it is a file
    containing patterns.
  •       Any number of files, indicated by file.

5
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com