Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-7 votes
1 answer
65 views

How do I put extracted folder 'Cleanto' on my website root so that the path should look like http://yourwebsite/cleanto/index.php [closed]

How do I do step 3? I am not tech savvy, so please make it simple. Way to Installation We are trying to make the installation process more easy and handy so that user can install our system in his ...
user1555372's user avatar
0 votes
1 answer
456 views

I found a file path, but I can not open it [duplicate]

I am using ubuntu terminal on my windows 10. I cloned a project, and I have been working on it inside VSC for a week now. I finally closed the program, and when I open it again I could not find my ...
AMSAlsultan's user avatar
0 votes
1 answer
442 views

Where are the image files for the software logos kept? [duplicate]

I'm looking for the image file where the logo for Vim is stored on my system. When I go to my bin, I can find "links to shared libraries". I run whereis vim And I can find one of the paths ...
PineappleThursday's user avatar
0 votes
0 answers
1k views

VS Code: No PHP executable is set

I am busy with a Udemy course about WordPress. The course uses VS Code as text editor and I love it, but keep getting a "No PHP executable is set error". PHP was loaded as part of the Local-...
Johann van Vuuren's user avatar
0 votes
2 answers
1k views

Finding the path to a file from terminal

I am trying to retrieve the path to a Java class file. I have 2 projects in my eclipse: project_a and project_b. I navigated to project_a's bin folder and tried the command locate WebPerformanceUtil....
Prasanth Ganesan's user avatar
1 vote
1 answer
368 views

Hard-Drive name changes depending on file search method

I am new to Linux and Ubuntu and I am struggling with file path names and locations. I have a new computer with LTS 16.04 installed. This computer has a solid state hard drive and an optical drive. ...
GBG's user avatar
  • 310
18 votes
4 answers
76k views

Show full path to file in terminal [duplicate]

I have a file. I'd like to echo out the full path to it in the terminal. Which command would?
Karl Morrison's user avatar
0 votes
1 answer
97 views

Split a file in two different parts but use it under one path

I would like to split a large file (300GB), which is in my home directory under the dev/sdb1 into two (or more) different parts and move them into two different disk drives. However, I would like my ...
Grey's user avatar
  • 161
6 votes
1 answer
9k views

Print a list of "full" relative paths of all the files present in a directory and in its sub-directories

I need to print a list of "full" relative paths of all the files present in a directory and in its sub-directories. I used to do this with du and grep: du -a <path_to_directory> | grep -Po '[0-...
kos's user avatar
  • 37.8k
0 votes
3 answers
392 views

How to get the path to a file in your system [duplicate]

I am trying to cd /home/ervin/Downloads/psneuter in order to push psneuter to an android phone in order to root it. I believe the path to the file and folder is correct, yet I get a message no such ...
Ervin Dine's user avatar
55 votes
4 answers
745k views

How to write the path of a folder with space in its name? [duplicate]

I can't figure out how to write the path of a folder that includes spaces in its name (in Terminal). I tried: cd /path/path/path/"A Folder"/file cd /path/path/path/'A Folder/file cd /path/path/...
Elian Kamal's user avatar
21 votes
3 answers
137k views

How to show the full path of a file or directory in the terminal?

I need to know how the directory name in order to type it out in the terminal. How do I access the names of directories? Windows Explorer used to have a title bar with the full path. Can someone ...
Kalamalka Kid's user avatar
64 votes
7 answers
312k views

How can you quickly get the complete path to a file for use in terminal?

How can you quickly get the complete path to a file for use in terminal?
Olivier Lalonde's user avatar