Linked Questions

88 votes
8 answers
92k views

time is a brilliant command if you want to figure out how much CPU time a given command takes. I am looking for something similar that can list the files being accessed by a program and its children. ...
Ole Tange's user avatar
  • 37.6k
66 votes
11 answers
47k views

When would you use one over the other?
ripper234's user avatar
  • 32.5k
81 votes
4 answers
140k views

I have a 64-bit (amd64 a.k.a. x86_64) Debian or Ubuntu installation. I need to run 32-bit (i386/i686) programs occasionally, or to compile programs for a 32-bit system. How can I do this with a ...
Gilles 'SO- stop being evil''s user avatar
45 votes
8 answers
48k views

Three files have suddenly appeared in my home directory, called "client_state.xml", "lockfile", and "time_stats_log". The last two are empty. I'm wondering how they got there. It's not the first time ...
Wolf's user avatar
  • 3,095
22 votes
3 answers
19k views

I have a personal folder /a/b on the server with permission 700. I don't want others to list the contents in /a/b. The owner of /a is root. Now I need to open the full authorities of directory /a/b/c ...
wsdzbm's user avatar
  • 2,936
20 votes
9 answers
25k views

I'm trying to find out what modules use Test::Version in cpan. So I've used minicpan to mirror it. My problem is that I need to iterate through the archives that are downloaded, and grep the files ...
xenoterracide's user avatar
19 votes
2 answers
16k views

The kernel contains a filesystem, nsfs. snapd creates a nsfs mount under /run/snapd/ns/<snapname>.mnt for each installed snap. ls shows it as a 0 byte file. The kernel source code does not seem ...
Gert van den Berg's user avatar
15 votes
2 answers
22k views

Using Python, I scan Unix mounted volumes for files, then add or purge the filenames in a database, based on their existence. I've just realised that if the volume being scanned is unmounted for some ...
MFB's user avatar
  • 253
23 votes
1 answer
15k views

I'm using fstab to bind a folder that belongs to another user in one of my own directories. I know that I can map users when I mount an SSHFS, I've been doing some research and I can't find a mount --...
Nikole's user avatar
  • 585
18 votes
2 answers
8k views

A lot of people keep saying that Linux does not keep information about bind mounts, so there is no way to get a list of them and their sources. Here are some examples: from one of the the comments ...
Melab's user avatar
  • 4,468
3 votes
5 answers
3k views

I have 2 existing files : abcd and xyz. $ cat abcd abcd $ cat xyz xyz Now, when I try to softlink these files, I get this message : ln: cannot create xyz: File exists I do not want to use ln -sf ...
Raid_Master's user avatar
11 votes
6 answers
5k views

Do the following paths point to the same disk location? /home/username /app/home/username
Mykhaylo Adamovych's user avatar
10 votes
3 answers
9k views

Say I have a folder which is completely readable by my user. I want it to be mounted to my home folder. I can't use a symlink because I want the files to be exposed at ~/ and I want other programs &...
Doron Behar's user avatar
7 votes
3 answers
45k views

How can I get a list which users are authorized to a folder and which permissions they have? I tried already the most common ones like 'ls', 'namei' or 'getfacl'
LStrike's user avatar
  • 227
17 votes
1 answer
9k views

A union mount presents a combined view of multiple directories (branches) in a single hierarchy. Ok, but how do I use one in practice, and which one? Many union mount technologies are available on a ...
Gilles 'SO- stop being evil''s user avatar

15 30 50 per page
1
2 3 4 5