This website works better with JavaScript.
Home
Explore
Help
Sign In
mar
/
sysadmin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
How to set up/manage services on a computer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43
Commits
1
Branch
0
Tags
179 KiB
Shell
100%
Tree:
ba359466df
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ba359466df'
${ noResults }
sysadmin
/
docs
/
linux
/
bash
/
chmod-dirs.sh
2 lines
47 B
Raw
Blame
History
#!/bin/sh
find
$2
-type d -exec chmod
$1
{
}
\;
Reference in new issue