dpkg -l|grep linux-
apt dist-upgrade
root
.sudo
:sudo apt dist-upgrade
testing
. /etc/network/interfaces
ip a
-type
тип искомого: f=файл, d=каталог (directory), l=ссылка (link), p=канал (pipe), s=сокет. Например:# Удалить файлы
find /var/lib/samba/_произвольное_имя_папки_/recyclebin/ -type f -mtime +7 -delete
# Удалить каталоги
find /var/lib/samba/_произвольное_имя_папки_/recyclebin/ -type d -mtime +7 -delete
мар 07 16:58:59 ps1 systemd[1]: Starting LSB: Starts and stops the 1C:Enterprise daemons...
мар 07 16:59:00 ps1 su[26171]: Successful su for usr1cv8 by root
мар 07 16:59:00 ps1 su[26171]: + ??? root:usr1cv8
мар 07 16:59:00 ps1 su[26171]: pam_unix(su:session): session opened for user usr1cv8 by (uid=0)
мар 07 16:59:06 ps1 srv1cv83[26156]: Starting 1C:Enterprise 8.3 server: OK
мар 07 16:59:06 ps1 systemd[1]: Started LSB: Starts and stops the 1C:Enterprise daemons.