#!/bin/bash
for user in `cat /etc/passwd | cut -d":" -f1`;
do
crontab -l -u $user;
done
Subscribe to:
Post Comments (Atom)
grub2-install: error: disk `mduuid/e54081d398c6d57b4d67436f6d032162' not found
After raid 1 disk replacement faced with this issue # grub2-install /dev/sdb Installing for i386-pc platform. grub2-install: error: disk `md...
-
Install OpenVZ kernel 1. Go to https://download.openvz.org/virtuozzo/releases/ and choose latest OpenVZ release, in my case this is open...
-
After raid 1 disk replacement faced with this issue # grub2-install /dev/sdb Installing for i386-pc platform. grub2-install: error: disk `md...
-
Есть такая хорошая штука, как MySQL-Maint при бэкапе mysql базы данных получаем ошибку mysqldump: ambiguous option '--all' (all...
No comments:
Post a Comment