Portál AbcLinuxu, 10. května 2025 19:46
Řešení dotazu:
try: os.unlink('/var/log/messages') except PermissionError as exc: print("Na tohle nejsi dostatecne spravnej koren.") else: print("Tak a uz mas windows 11 a taky zdarma :-*") ### v python2 napr: # except OSError as exc: # if('Permission denied' in str(exc)): # nebo lepe exc.errno == 13 ... # ... non-root # else: # ... root
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.