Get-Help : Не удается найти справку для раздела "get-disk".
строка:1 знак:9
+ get-help <<<< get-disk
+ CategoryInfo : ResourceUnavailable: (:) [Get-Help], HelpNotFoundException
+ FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHelpCommand
PS C:\Users\BlagoYar> get-item -path 'C:\'
Каталог:
Mode LastWriteTime Length Name
---- ------------- ------ ----
da-hs 30.11.2022 4:12 C:\
iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
ss -tupl | grep https
tcp LISTEN 0 511 0.0.0.0:https 0.0.0.0:* users:(("apache2",pid=35321,fd=5),("apache2",pid=35320,fd=5),("apache2",pid=35319,fd=5),("apache2",pid=35318,fd=5),("apache2",pid=35317,fd=5),("apache2",pid=35316,fd=5))
ss -tupl | grep http
tcp LISTEN 0 511 0.0.0.0:https 0.0.0.0:* users:(("apache2",pid=35321,fd=5),("apache2",pid=35320,fd=5),("apache2",pid=35319,fd=5),("apache2",pid=35318,fd=5),("apache2",pid=35317,fd=5),("apache2",pid=35316,fd=5))
tcp LISTEN 0 511 *:http *:* users:(("apache2",pid=35321,fd=4),("apache2",pid=35320,fd=4),("apache2",pid=35319,fd=4),("apache2",pid=35318,fd=4),("apache2",pid=35317,fd=4),("apache2",pid=35316,fd=4))