ich bekomme mit ls -l folgendes angezeigt:
Code: Alles auswählen
-rwxrwSrwt 1 root root 16400 Jul 30 13:41 test.ts
cu,
peter
PS:ja, ich habe schon erfolglos danach gegoogelt..

<edit>
Titel erweitert
</edit>
Code: Alles auswählen
-rwxrwSrwt 1 root root 16400 Jul 30 13:41 test.ts
man chmodpetgun hat geschrieben:hi,
ich bekomme mit ls -l folgendes angezeigt:
was bedeutet 'S' und 't' ?Code: Alles auswählen
-rwxrwSrwt 1 root root 16400 Jul 30 13:41 test.ts
Code: Alles auswählen
.
The perm symbols represent the portions of the mode bits as follows:
r The read bits.
s The set-user-ID-on-execution and set-group-ID-on-execution
bits.
t The sticky bit.
.
Code: Alles auswählen
mount
.
.
//192.168.0.220/part1 on /mnt/custom type cifs (rw,nodiratime,unc=\192.168.0.220\part1,username=root,domain=,rsize=8192,wsize=8192)
.
.
Code: Alles auswählen
.
//192.168.0.1/part1 on /mnt/bilder type cifs (rw,nodiratime,unc=\192.168.0.1\test,username=root,domain=,rsize=4100,wsize=4100)
.
Code: Alles auswählen
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
abc = aaa
vlan = v1
Code: Alles auswählen
workgroup = mygroup
server string = WLHDD
host allow = 192.168.1.
log file = /
log level = 1
max log size = 5
security = SHARE
guest ok = yes
max connections = 6
smb passwd file = /tmp/etc/config/smbpasswd
encrypt passwords = yes
pam password change = no
obey pam restrictions = no
socket options = TCP_NO_DELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = 192.168.1.220/255.255.255.0
dns proxy = no
[part2]
comment = WL-HDD part2
path = /tmp/harddisk/part2
guest ok = yes
readonly = yes
writeable = yes
directory mode = 0777
create mask = 0777
[part1]
comment = WL-HDD part1
path = /tmp/harddisk/part1
guest ok = yes
readonly = yes
writeable = yes
directory mode = 0777
create mask = 0777
[configuration]
comment = WL-HDD configuration
path = /tmp/conf_page
guest ok = yes
readonly = yes
writeable = no