mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
Remove inconsistent line breaks in commands per @pbokoc feedback
This commit is contained in:
parent
a0cf37df8b
commit
95227dc328
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,7 @@ computers.
|
|||
|
||||
....
|
||||
sudo dnf install samba
|
||||
|
||||
sudo systemctl enable smb --now
|
||||
|
||||
firewall-cmd --get-active-zones
|
||||
sudo firewall-cmd --permanent --zone=FedoraWorkstation --add-service=samba
|
||||
sudo firewall-cmd --reload
|
||||
|
@ -38,7 +36,6 @@ Create a directory to be the share for jane, and set the correct SELinux
|
|||
context:
|
||||
....
|
||||
mkdir /home/jane/share
|
||||
|
||||
sudo semanage fcontext --add --type "samba_share_t" ~/share
|
||||
sudo restorecon -R ~/share
|
||||
....
|
||||
|
|
Loading…
Reference in a new issue