Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 7:36:06 2012 from 38.107.179.227
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Renameat en anglais

RENAMEAT(2) Linux Programmer's Manual RENAMEAT(2)
 
NAME


renameat - rename a file relative to directory file descriptors
 
SYNOPSIS


#define _ATFILE_SOURCE #include /* Definition of AT_* constants */ #include int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
 
DESCRIPTION


The renameat() system call operates in exactly the same way as rename(2), except for the differences described in this manual page. If the pathname given in oldpath is relative, then it is interpreted relative to the directory referred to by the file descriptor olddirfd (rather than relative to the current working directory of the calling process, as is done by rename(2) for a relative pathname). If oldpath is relative and olddirfd is the special value AT_FDCWD, then oldpath is interpreted relative to the current working directory of the calling process (like rename(2)). If oldpath is absolute, then olddirfd is ignored. The interpretation of newpath is as for oldpath, except that a relative pathname is interpreted relative to the directory referred to by the file descriptor newdirfd.
 
RETURN VALUE


On success, renameat() returns 0. On error, -1 is returned and errno is set to indicate the error.
 
ERRORS


The same errors that occur for rename(2) can also occur for renameat(). The following additional errors can occur for renameat(): EBADF olddirfd or newdirfd is not a valid file descriptor.
 
ENOTDIR


oldpath is relative and olddirfd is a file descriptor referring to a file other than a directory; or similar for newpath and newdirfd
 
VERSIONS


renameat() was added to Linux in kernel 2.6.16.
 
CONFORMING TO


This system call is non-standard but is proposed for inclusion in a future revision of POSIX.1.
 
NOTES


See openat(2) for an explanation of the need for renameat().
 
SEE ALSO


openat(2), rename(2), path_resolution(7)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2006-04-10 RENAMEAT(2)


 Dernières recherches
Man  en anglais Man renameat en anglaisMan  en français Man renameat en français
Man  en anglais Man remquo en anglaisMan  en français Man remquo en français
Man  en anglais Man remainder en anglaisMan  en français Man remainder en français
Man  en anglais Man relocated en anglaisMan  en français Man relocated en français
Man  en anglais Man reiserfsck en anglaisMan  en français Man reiserfsck en français
Man  en anglais Man regfree en anglaisMan  en français Man regfree en français
Man  en anglais Man regexp_table en anglaisMan  en français Man regexp_table en français
Man  en anglais Man regexec en anglaisMan  en français Man regexec en français
Man  en anglais Man red en anglaisMan  en français Man red en français
Man  en anglais Man recvfrom en anglaisMan  en français Man recvfrom en français
Man  en anglais Man recno en anglaisMan  en français Man recno en français
Man  en anglais Man realpath en anglaisMan  en français Man realpath en français
Man  en anglais Man readlinkat en anglaisMan  en français Man readlinkat en français
Man  en anglais Man readdir_r en anglaisMan  en français Man readdir_r en français
Man  en anglais Man readahead en anglaisMan  en français Man readahead en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher