Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling file address #2

Open
SatyaRac opened this issue Mar 26, 2020 · 1 comment
Open

calling file address #2

SatyaRac opened this issue Mar 26, 2020 · 1 comment

Comments

@SatyaRac
Copy link

Hello, I have difficulty when calling the file address that I will crack the password on the ubuntu OS. My file is in the desktop directory.

@luk0y
Copy link

luk0y commented Aug 19, 2020

You can copy the file path simply

  1. Open terminal and enter the following commands
  • cd Desktop

#Now It will change the directory location to Desktop and then enter the below command

  • pwd

#Now it will show the full directory path like '/home/xxxxx/Desktop'

Copy this path along with the zip/txt file name as below along with the extension(If present)

'/home/xxxxx/Desktop/zipfilename.zip'

Now you can use this in the python code. Or else copy the python file in the desktop itself and you can straightly use the file names instead of file path with executing the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants