Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
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:06:58 (
2 months
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Samba
v1
v1
1
= Samba
2
3
{{{
4
#!sh
5
apt install cifs-utils
6
sudo mount -t cifs -o user=krit,password=123456789,uid=$USER,gid=$USER //192.168.19.15/folde
7
r1 /home/krit/Tmp/
8
}}}