About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet174/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   170   171   172   173   174   175   176   177   ...   234
Bog'liq
python3 tutorial 060821094426

os.chroot() Method 
Description 
The method 
chroot()
changes the root directory of the current process to the given path. 
Available on Unix like systems only. To use this method, you would need super user 
privilege. 
Syntax 
Following is the syntax for chroot() method- 
os.chroot(path) 
Parameters 
path
- This is the path which would be set as root for the current process. 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of 
chroot()
method. 
#!/usr/bin/python3 
import os, sys 
# To set the current root path to /tmp/user 
os.chroot("/tmp/usr") 
print ("Changed root path successfully!!") 
When we run the above program, it produces the following result- 
Changed root path successfully!! 
Python os.close() Method 
Description 
The method close() closes the associated with file descriptor fd. 
Syntax 
Following is the syntax for close() method- 
os.close(fd) 


Python 3 
256 
Parameters 
fd
- This is the file descriptor of the file. 
Return Value 
This method does not return any value. 
Note:
This function is intended for low-level I/O and must be applied to a file descriptor 
as returned by os.open() or pipe(). 
Example 
The following example shows the usage of close() method. 
#!/usr/bin/python3 
import os, sys 
# Open a file 
fd = os.open( "foo.txt", os.O_RDWR|os.O_CREAT ) 
# Write one string 
line="this is test"
# string needs to be converted byte object 
b=str.encode(line) 
os.write(fd, b) 
# Close opened file 
os.close( fd ) 
print ("Closed the file successfully!!") 
When we run the above program, it produces the following result- 
Closed the file successfully!! 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   170   171   172   173   174   175   176   177   ...   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