Difference between revisions of "Install -m"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} install {{install}}")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
  [[install]]
 
  [[install]]
  
 +
-m, --mode=MODE
 +
set permission mode (as in [[chmod]]), instead of rwxr-xr-x
 +
 +
 +
install -m 755 docker/* [[/usr/local/bin/]]
 +
install: cannot stat 'docker/*': No such file or directory
 +
make: *** [Makefile:316: docker-install] Error 1
  
  
 
{{install}}
 
{{install}}

Latest revision as of 18:12, 16 August 2022

install
-m, --mode=MODE
set permission mode (as in chmod), instead of rwxr-xr-x


install -m 755 docker/* /usr/local/bin/
install: cannot stat 'docker/*': No such file or directory
make: *** [Makefile:316: docker-install] Error 1


install

Advertising: