Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 3
and
Version 4
of
Samba
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/26/24 23:17:44 (
2 months
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Samba
v3
v4
34
34
#!sh
35
35
apt install cifs-utils
36
sudo mount -t cifs -o user=krit,password=123456789,uid=$USER,gid=$USER //192.168.19.15/folde
37
r1 /home/krit/Tmp/
36
sudo mount -t cifs -o user=krit,password=123456789,uid=$USER,gid=$USER //192.168.91.15/folder1 /home/krit/Tmp/
38
37
}}}