Re: link question

2020-02-26 Thread David Wright
On Tue 25 Feb 2020 at 13:23:19 (-0700), ghe wrote: > What does, in /usr/bin/X11, 'X11 -> .' mean? That symlink is actually in /usr/bin/, so your example here has already followed it once. > Looks to me like it means 'link to ' Indeed. This means that an old script which tries to run /usr/bin/X1

Re: link question

2020-02-25 Thread Charles Curley
On Tue, 25 Feb 2020 15:29:02 -0500 Greg Wooledge wrote: > Show > the actual COMMAND you run and the actual OUTPUT of the command. Indeed. The only thing I would add is show the next prompt so that the reader knows you've given all the output, not just the first line. charles@jhegaala:~$ ls -l /

Re: link question

2020-02-25 Thread Greg Wooledge
On Tue, Feb 25, 2020 at 01:23:19PM -0700, ghe wrote: > What does, in /usr/bin/X11, 'X11 -> .' mean? You mean this: wooledg:~$ ls -l /usr/bin/X11/X11 lrwxrwxrwx 1 root root 1 Nov 23 2016 /usr/bin/X11/X11 -> . Note how unclear your description is, and how clear mine is. Show the actual COMMAND

link question

2020-02-25 Thread ghe
What does, in /usr/bin/X11, 'X11 -> .' mean? Looks to me like it means 'link to ' When I do 'ls /usr/bin/X11 | grep X11' I get X11. When I do 'ls /usr/bin/X11/X11/X11 | grep X11' I get X11. When I do 'du -sh /usr/bin/X11/' I get 81M. When I do 'du -sh /usr/bin/X11/X11/X11/' I get 81M. When I d

Link Question

2019-05-03 Thread Jason Russell
Hi, I am inquiring about whether you may be interested in linking to our site https://www.tutoo.com/ from your page; http://user.it.uu.se/~embe8573/conf/bookmark.html Our service makes it simple for students to search for all the tutors within their local area. We are currently used by thousan

Re: hard-link question

2012-07-28 Thread Gary Dale
On 28/07/12 03:08 PM, Umarzuki Mochlis wrote: this output is before i hard-linked a 4.4 MB mp3 file $ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2677688728 112432972 531334324 18% / tmpfs 1987692 0 1987692 0% /lib/init/

Re: Hard-Link Question

2006-08-05 Thread Thibaut Paumard
Le vendredi 04 août 2006 à 19:31 +0200, Matus UHLAR - fantomas a écrit : > On 04.08.06 13:09, Raphael Brunner wrote: > > I have a program (pdumpfs) that create as incremental-backup allways > > hardlinks to the original-files. Thats great, but if I want to watch how > > much space a backup need, th

Re: Hard-Link Question

2006-08-04 Thread Matus UHLAR - fantomas
On 04.08.06 13:09, Raphael Brunner wrote: > I have a program (pdumpfs) that create as incremental-backup allways > hardlinks to the original-files. Thats great, but if I want to watch how > much space a backup need, then I can't see if the file is the original > or a new one. Sorry, I don't get wh

Hard-Link Question

2006-08-04 Thread Raphael Brunner
Dear Users I have a program (pdumpfs) that create as incremental-backup allways hardlinks to the original-files. Thats great, but if I want to watch how much space a backup need, then I can't see if the file is the original or a new one. And check if the inode is the same, that take a lot of time