Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

umask

umask # shows current octal permissions mode
umask -S # human readable notation
u=rwx, g=rx, o=rx
umask 002 # set new octal permission mode
 	  ugo
# 	 0 -> read, write and execute
#    1 -> read and write
#    2 -> read and execute
#    3 -> only read
#    4 -> write and execute
#    5 -> only write
#    6 -> only execute
# 	 7 -> no permissions
umask g+r # set global rol to read
Comment

PREVIOUS NEXT
Code Example
Shell :: how to upgrade pnpm 
Shell :: copy code from one repo to another git 
Shell :: remove pdf last list 
Shell :: how to copy a file in linux 
Shell :: mkdir creating multiple containing folders 
Shell :: linux repeat command every 5 minutes 
Shell :: access wiindows host from wsl2 
Shell :: react navigation stack 
Shell :: cat meaning linux 
Shell :: delete dir linux 
Shell :: cronjob in termux 
Shell :: Pull Ubuntu image 
Shell :: immutable byte ssh 
Shell :: how to run tar.gz file in linux 
Shell :: sed between two matches 
Shell :: The CUDA compiler identification is unknown CMake Error at CMakeLists.txt:441 (enable_language): No CMAKE_CUDA_COMPILER could be found. 
Shell :: mac install gensim 
Shell :: bash delete the last line of a file 
Shell :: rename multiple files mac terminal 
Shell :: oh-my-posh autosuggestions 
Shell :: how to kill running process in linux 
Shell :: linux check if screen is running 
Shell :: how to run multiple npm scripts parallel 
Shell :: how to fix libffi missing in macos 
Shell :: open jar file with command prompt 
Shell :: check os shell liunx cygwin darwin 
Shell :: push local branch changes to remote branch 
Shell :: TypeError: Could not load reporter "mochawesome" 
Shell :: number of lines 
Shell :: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =