Δημοσιεύτηκε: 28 Νοέμ 2013, 22:01
από mprinio
Πήρα το εξής:
Κώδικας: Επιλογή όλων
mprinio@mprinio-desktop:~$ sudo su dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done
[sudo] password for mprinio:
su: unrecognized option '--get-selections'
Usage: su [options] [LOGIN]

Options:
-c, --command COMMAND pass COMMAND to the invoked shell
-h, --help display this help message and exit
-, -l, --login make the shell a login shell
-m, -p,
--preserve-environment do not reset environment variables, and
keep the same shell
-s, --shell SHELL use SHELL instead of the default in passwd



Για να καταλάβω και εγώ η αρχάρια. Η εντολή προσπαθεί να σβήσει κάποιο image file?