About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet177/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   173   174   175   176   177   178   179   180   ...   234
Bog'liq
python3 tutorial 060821094426

os.fchdir() Method 
Description 
The method 
fchdir()
change the current working directory to the directory represented 
by the file descriptor fd. The descriptor must refer to an opened directory, not an open 
file. 
Syntax 
Following is the syntax for fchdir() method- 
os.fchdir(fd) 
Parameters 
fd
- This is Directory descriptor. 
Return Value 
This method does not return any value. 


Python 3 
261 
Example 
The following example shows the usage of fchdir() method. 
#!/usr/bin/python3 
import os, sys 
# First go to the "/var/www/html" directory 
os.chdir("/var/www/html" ) 
# Print current working directory 
print ("Current working dir : %s" % os.getcwd()) 
# Now open a directory "/tmp" 
fd = os.open( "/tmp", os.O_RDONLY ) 
# Use os.fchdir() method to change the dir 
os.fchdir(fd) 
# Print current working directory 
print ("Current working dir : %s" % os.getcwd()) 
# Close opened directory. 
os.close( fd ) 
When we run the above program, it produces the following result- 
Current working dir : /var/www/html 
Current working dir : /tmp 
os.fchmod() Method 
Description 
The method fchmod() changes the mode of the file given by fd to the numeric mode. The 
mode may take one of the following values or bitwise ORed combinations of them- 
Note:
This method is available Python 2.6 onwards. 

stat.S_ISUID: Set user ID on execution. 

stat.S_ISGID: Set group ID on execution. 

stat.S_ENFMT: Record locking enforced. 


Python 3 
262 

stat.S_ISVTX: Save text image after execution. 

stat.S_IREAD: Read by owner. 

stat.S_IWRITE: Write by owner. 

stat.S_IEXEC: Execute by owner. 

stat.S_IRWXU: Read, write, and execute by owner. 

stat.S_IRUSR: Read by owner. 

stat.S_IWUSR: Write by owner. 

stat.S_IXUSR: Execute by owner. 

stat.S_IRWXG: Read, write, and execute by group. 

stat.S_IRGRP: Read by group. 

stat.S_IWGRP: Write by group. 

stat.S_IXGRP: Execute by group. 

stat.S_IRWXO: Read, write, and execute by others. 

stat.S_IROTH: Read by others. 

stat.S_IWOTH: Write by others. 

stat.S_IXOTH: Execute by others. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   173   174   175   176   177   178   179   180   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish