Come installare i file di installazione .run?? Mi serve saperlo al più presto ora che ho una connessione adsl sotto mano!
Grazie in anticipo!![]()
Come installare i file di installazione .run?? Mi serve saperlo al più presto ora che ho una connessione adsl sotto mano!
Grazie in anticipo!![]()
Installati, ma ora mi da questo problema con i permessi:
Vodafone Mobile Connect Card driver for Linux needs the following files and dirs with some specific permissions in order to work properly: /opt/vmc/etc/ppp/peers should be readable and writtable by group vmc
Cosa dovrei fare???
devi dare i permessi di lettura scrittura al gruppo vmc per quella directory. usa il comando man chmod (RTFM!!!!) per imparare a cambiare i permessi, o usa la GUI di ubuntu...cioè naviga fino a quella cartella, clic destro, proprietà, scheda permessi.
In che cartella dovrei entrare precisamente per dare i permessi?
dal terminalemi da:
NAME
chmod - change file mode bits
SYNOPSIS
chmod [OPTION]... MODE[,MODE]... FILE...
chmod [OPTION]... OCTAL-MODE FILE...
chmod [OPTION]... --reference=RFILE FILE...
DESCRIPTION
This manual page documents the GNU version of chmod. chmod changes the
file mode bits of each given file according to mode, which can be
either a symbolic representation of changes to make, or an octal number
representing the bit pattern for the new mode bits.
The format of a symbolic mode is [ugoa...][[+-=][perms...]...], where
perms is either zero or more letters from the set rwxXst, or a single
letter from the set ugo. Multiple symbolic modes can be given, sepa‐
rated by commas.
A combination of the letters ugoa controls which users’ access to the
file will be changed: the user who owns it (u), other users in the
Manual page chmod(1) line 1
poi non so che fare!
comunque rtfmCodice:sudo chgrp vmc /opt/vmc/etc/ppp/peers sudo chmod g+rw /opt/vmc/etc/ppp/peers
A cosa serve rtfm??
Read The Fucking Manual (man = MANUAL)
o in italiano
LIFM![]()