Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Bash File/Folder Permission Issue on Windows 10
Workaround is add
umask 022
to
.bashrc
or similar.
Tags:
Bash
Ubuntu
Chmod
Mkdir
Related
Windows 10 - How to move window to other monitor by using keyboard shortcuts?
Keyboard shortcuts keep getting reset on startup (Win 10)
Changing home directory of user on Windows Subsystem for Linux
Guake - Windows 10 + Bash
Windows command prompt - Get relocated user's Documents folder
How to configure the default app to open tel: links in MacOS X?
Is it still possible to get Cygwin for XP?
Get-LocalGroupMember generates error for Administrators group
How to access localhost of linux subsystem from windows
Powershell Custom Properties - Change Property name
How to default to unpinned Remote Desktop connection bar?
Drag and drop doesn't work between host and VirtualBox on Windows 7
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python