Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
89058e55
Commit
89058e55
authored
Oct 18, 2020
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update testing NFS section
parent
48ae781d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/administration/nfs.md
doc/administration/nfs.md
+5
-1
No files found.
doc/administration/nfs.md
View file @
89058e55
...
@@ -304,8 +304,12 @@ by testing the following commands:
...
@@ -304,8 +304,12 @@ by testing the following commands:
```
shell
```
shell
sudo mkdir
/gitlab-nfs/test-dir
sudo mkdir
/gitlab-nfs/test-dir
sudo chown
git /gitlab-nfs/test-dir
sudo chown
git /gitlab-nfs/test-dir
sudo chgrp
gitlab-www /gitlab-nfs/test-dir
sudo chgrp
root /gitlab-nfs/test-dir
sudo chgrp
root /gitlab-nfs/test-dir
sudo chmod
0700 /gitlab-nfs/test-dir
sudo chgrp
gitlab-www /gitlab-nfs/test-dir
sudo chmod
0751 /gitlab-nfs/test-dir
sudo chgrp
git /gitlab-nfs/test-dir
sudo chmod
2770 /gitlab-nfs/test-dir
sudo chmod
2755 /gitlab-nfs/test-dir
sudo chmod
2755 /gitlab-nfs/test-dir
sudo
-u
git
mkdir
/gitlab-nfs/test-dir/test2
sudo
-u
git
mkdir
/gitlab-nfs/test-dir/test2
sudo
-u
git
chmod
2755 /gitlab-nfs/test-dir/test2
sudo
-u
git
chmod
2755 /gitlab-nfs/test-dir/test2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment