Comment connaitre le hostname sur linux ?
Fermé
pristella
Messages postés
859
Date d'inscription
samedi 23 octobre 2004
Statut
Contributeur
Dernière intervention
8 mai 2007
-
17 nov. 2005 à 21:51
lami20j Messages postés 21331 Date d'inscription jeudi 4 novembre 2004 Statut Modérateur, Contributeur sécurité Dernière intervention 30 octobre 2019 - 17 nov. 2005 à 22:20
lami20j Messages postés 21331 Date d'inscription jeudi 4 novembre 2004 Statut Modérateur, Contributeur sécurité Dernière intervention 30 octobre 2019 - 17 nov. 2005 à 22:20
A voir également:
- Hostname linux
- Linux mint 32 bits - Télécharger - Systèmes d'exploitation
- Diskinternals linux reader - Télécharger - Stockage
- Linux live usb creator - Télécharger - Outils Internet
- Quel linux choisir - Guide
- Iso linux ubuntu - Télécharger - Systèmes d'exploitation
4 réponses
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
17 nov. 2005 à 21:54
17 nov. 2005 à 21:54
[lamitest@localhost ~]$ hostname localhost [lamitest@localhost ~]$ hostname --help Syntaxe : hostname [-v] {hôte|-F fichier} définit le nom d'hôte (depuis le fichier) domainname [-v] {domaine_nis|-F fichier} définit le domaine NIS (depuis le fichier) hostname [-v] [-d|-f|-s|-a|-i|-y|-n] affiche le nom formatté hostname [-v] affiche le nom d'hôte hostname -V|--version|-h|--help affiche des infos et termine dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y -s, --short nom d'hôte court -a, --alias noms d'alias -i, --ip-address adresses de l'hôte -f, --fqdn, --long nom d'hôte long (FQDN) -d, --domain nom de domaine DNS -y, --yp, --nis nom de domaine NIS/YP -F, --file read hostname or NIS domainname from given file This command can read or set the hostname or the NIS domainname. You can also read the DNS domain or the FQDN (fully qualified domain name). Unless you are using bind or NIS for host lookups you can change the FQDN (Fully Qualified Domain Name) and the DNS domain name (which is part of the FQDN) in the /etc/hosts file. [lamitest@localhost ~]$
Phiphi57
Messages postés
789
Date d'inscription
samedi 26 février 2005
Statut
Contributeur
Dernière intervention
19 juillet 2009
295
17 nov. 2005 à 21:55
17 nov. 2005 à 21:55
Salut,
tu peux tenter
more /etc/hostname
;-)
Phiphi
tu peux tenter
more /etc/hostname
;-)
Phiphi
pristella
Messages postés
859
Date d'inscription
samedi 23 octobre 2004
Statut
Contributeur
Dernière intervention
8 mai 2007
74
17 nov. 2005 à 22:20
17 nov. 2005 à 22:20
merci pour vos reponses,
donc le nom de mon ordinateur est localhost tout bêtement:
[pristella@localhost ~]$ hostname
localhost
[pristella@localhost ~]$
et pour changer le nom c'est donc :
"[pristella@localhost ~]$ su
Password:
[root@localhost pristella]# hostname -v ordi-pristella
Définit le nom d'hôte à `ordi-pristella'
[root@localhost pristella]# hostname
ordi-pristella
[root@localhost pristella]# "
merci c'etait tout simple :)
donc le nom de mon ordinateur est localhost tout bêtement:
[pristella@localhost ~]$ hostname
localhost
[pristella@localhost ~]$
et pour changer le nom c'est donc :
"[pristella@localhost ~]$ su
Password:
[root@localhost pristella]# hostname -v ordi-pristella
Définit le nom d'hôte à `ordi-pristella'
[root@localhost pristella]# hostname
ordi-pristella
[root@localhost pristella]# "
merci c'etait tout simple :)
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
17 nov. 2005 à 22:20
17 nov. 2005 à 22:20
Re,
Voilà comment tu peux voir un dossier ou disque partagé sous Windows dans Linux. Pas besoin de server samba.
Tu peux utiliser l'adresse IP de MACHINE à la place de son nom.
Voilà comment tu peux voir un dossier ou disque partagé sous Windows dans Linux. Pas besoin de server samba.
mount -t smbfs //NOM_MACHINE_WIN/SAVE /mnt/disque_Win
Tu peux utiliser l'adresse IP de MACHINE à la place de son nom.