| SMB | |
|---|---|
| Commando | Omschrijving |
| mount_smbfs | With this command, you can attach a named SMB share to a specified mount point. The mount_smbfs command enables you to mount an SMB share to a directory you own without having to become superuser. |
| sharectl | The sharectl command is an administrative tool that enables you to configure and manage file-sharing protocols, such as SMB and NFS, and network protocols such as NetBIOS. You can use this command to do the following: |
| share | |
| smbadm | |
| smbstat | |
| umount_smbfs | |
| unshare | |
| The following files support SMB activities on any Oracle Solaris system: /etc/auto_direct /etc/dfs/sharetab /etc/smbautohome | |
| SMB Service Daemon The smbd daemon and the svc:/network/smb/server service collaborate with the kernel to provide the SMB service. The smb/server service depends on the smb/client service. The SMB service depends on the idmap service. For more information about the identity mapping service, see Chapter 2, Identity Mapping Administration (Tasks), and the idmap(1M) and idmapd(1M) man pages. smbd is part of the svc:/network/smb/server:default service. For more information, see the smbd(1M) man page. | |
| The zfs command enables you to create, modify, and remove SMB shares on ZFS file systems. See the zfs(1M) man page. | |
| SAMBA | |
|---|---|
| Commando | Omschrijving |
| pcbedit | |
| smbpasswd | |
| smbclient | |
| net | |
$ ls -dV /sandbox/dir.1
drwxr-xr-x+ 2 root root 2 Jan 17 15:09 dir.1
user:marks:r-------------:fd-----:allow
owner@:--------------:-------:deny
owner@:rwxp---A-W-Co-:-------:allow
group@:-w-p----------:-------:deny
group@:r-x-----------:-------:allow
everyone@:-w-p---A-W-Co-:-------:deny
everyone@:r-x---a-R-c--s:-------:allow
||||||||||||||||:||||||+ inherited access
||||||||||||||:||||||+ failed access
||||||||||||||:|||||+--success access
||||||||||||||:||||+-- no propagate
||||||||||||||:|||+--- inherit only
||||||||||||||:||+---- directory inherit
||||||||||||||:|+----- file inherit
||||||||||||||
||||||||||||||+ sync
|||||||||||||+- change owner
||||||||||||+-- write ACL
|||||||||||+--- read ACL
||||||||||+---- write extended attributes
|||||||||+----- read extended attributes
||||||||+------ write attributes
|||||||+------- read attributes
||||||+-------- delete child
|||||+--------- delete
||||+---------- append
|||+----------- execute
||+------------ write data
|+------------- read data
Oracle Corporation SunOS 5.11 11.3 September 2015 You have new mail. root@sunray-ka:~# ipadm show-prop -p _forward_src_routed ipv4 PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE ipv4 _forward_src_routed rw 0 0 0 0,1 root@sunray-ka:~# set -o vi root@sunray-ka:~# #ipadm set-prop -p _forward_src_routed=0 ipv4 root@sunray-ka:~# #ipadm set-prop -p _forward_src_routed=0 ipv4 root@sunray-ka:~# ipadm reset-prop -p _forward_src_routed ipv ipadm: invalid protocol 'ipv' specified root@sunray-ka:~# ipadm reset-prop -p _forward_src_routed ipv4 root@sunray-ka:~# ipadm show-prop -p _forward_src_routed ipv4 PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE ipv4 _forward_src_routed rw 0 -- 0 0,1 root@sunray-ka:~# ipadm set-prop -t -p _forward_src_routed=1 ipv4 root@sunray-ka:~# ipadm show-prop -p _forward_src_routed ipv4 PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE ipv4 _forward_src_routed rw 1 -- 0 0,1 root@sunray-ka:~# ipadm set-prop -p _forward_src_routed=1 ipv4 root@sunray-ka:~# ipadm show-prop -p _forward_src_routed ipv4 PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE ipv4 _forward_src_routed rw 1 1 0 0,1 root@sunray-ka:~#
Citrix Mocht je citrix een desktops sessie niet lekker weergeven dan kan dat liggen aan de instellingen voor high dpi ^in taakbalk Klik met rechtermuis op symbool voor Citrix en kies advanced preferences Kies in het menu High DPI Selecteer : No, use the native resolution Disken: Overzicht van disken middels format echo | format
# mpathadm list mpath-support # mpathadm list initiator-port # mpathadm list initiator-port # mpathadm show initiator-port 2000000173018713 # mpathadm list lu # mpathadm show lu /dev/rdsk/c4t60003BA27D2120004204AC2B000DAB00d0s2 # mpathadm list lu -t 20030003ba27d212 # mpathadm list lu # mpathadm show lu /dev/rdsk/c0t600A0B800026D63A0000A4994E2342D4d0s2 # mpathadm list lu -n 600a0b800026d63a0000a4994e2342d4 # mpathadm list mpath-support # mpathadm modify mpath-support -a on libmpscsi_vhci.so # mpathadm show mpath-support libmpscsi_vhci.soNamen : Ronald Teuteling
Powershell
View user login history with WindowsLogon (powershell)
Get-EventLog System -Source Microsoft-Windows-WinLogon -After (Get-Date).AddDays(-5) -ComputerName $env:computername