LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-25-2011, 05:36 PM   #1
svu
Member
 
Registered: Apr 2005
Distribution: Slackware 13.37
Posts: 36

Rep: Reputation: 1
Little accident with chmod


Hi,

I was trying to get my canon mp540 to work in Slackware 13.37... (which it does now btw, so yay)

While i was changing some permissions in /usr/lib/cups i somehow managed cd myself to /usr/lib and there i executed the beautiful command : chmod 777 *

So...

There are some 137 files with their permissions screwed up...
Most stuff seems to work so that is not a real problem for now but I was wondering what are the consequences ? Do I need to fix this ? And ... how should I go about fixing it ?

Thanks
 
Old 09-25-2011, 05:52 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
I would think that
Code:
cd /usr/lib
chmod 755 *
would do it.
 
Old 09-25-2011, 05:57 PM   #3
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

Most likely, you will be safe by running the following within that directory:
Code:
chmod 644 *
After that, chmod +x known files you know need to be executed, which I think there shouldn't be any.

Cheers,

Josh
 
Old 09-25-2011, 05:59 PM   #4
svu
Member
 
Registered: Apr 2005
Distribution: Slackware 13.37
Posts: 36

Original Poster
Rep: Reputation: 1
thanks,

I have no idea if the permissions were indeed 755...

Is it some kind of well known fact that the default permissions on those files is normally 755 ?

Is there any way to be sure that those were the correct permissions on all those files in /usr/lib ?
 
Old 09-25-2011, 06:04 PM   #5
svu
Member
 
Registered: Apr 2005
Distribution: Slackware 13.37
Posts: 36

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by corp769 View Post
Hello,

Most likely, you will be safe by running the following within that directory:
Code:
chmod 644 *
After that, chmod +x known files you know need to be executed, which I think there shouldn't be any.

Cheers,

Josh
Hey,

I'll try something like that...

Would it be ill advised if I keep the permissions set to 777 ?
 
Old 09-25-2011, 06:08 PM   #6
jamesf
Member
 
Registered: Dec 2004
Location: USA
Distribution: Slackware 12, Slackware64 14.2
Posts: 236
Blog Entries: 1

Rep: Reputation: 57
Um, on my -current system it looks like directories are 755 (drwxr-xr-x) but at least some files are 644 (rw-r--r--)
Code:
root@xxxxxxxx:/usr/lib# ls -l | grep -e "-rw-"
-rw-r--r--   1 root root      826 May 24 22:46 Mcrt1.o
-rw-r--r--   1 root root     3046 May 24 22:46 Scrt1.o
-rw-r--r--   1 root root     8367 May 25 13:36 apr.exp
-rw-r--r--   1 root root     5480 May 25 13:37 aprutil.exp
-rw-r--r--   1 root root     2968 May 24 22:46 crt1.o
-rw-r--r--   1 root root     1040 May 24 22:46 crti.o
-rw-r--r--   1 root root      756 May 24 22:46 crtn.o
-rw-r--r--   1 root root    13892 Jul 27 22:10 de.msg
-rw-r--r--   1 root root    10533 Jul 27 22:10 en.msg
-rw-r--r--   1 root root    14029 Jul 27 22:10 fi.msg
-rw-r--r--   1 root root    12768 Jul 27 22:10 fr.msg
-rw-r--r--   1 root root     4796 May 24 22:46 gcrt1.o
-rw-r--r--   1 root root    12400 Jul 27 22:10 it.msg
-rw-r--r--   1 root root    14474 Jul 27 22:10 ja.msg
-rw-r--r--   1 root root     1042 May 24 22:53 libBrokenLocale.a
-rw-r--r--   1 root root     1080 May 24 22:54 libBrokenLocale_p.a
-rw-r--r--   1 root root    28950 Apr 19  2010 libDtPrint.a
-rw-r--r--   1 root root    27228 Feb 27  2011 libExtraWINGs.a
-rw-r--r--   1 root root   109632 Mar  9  2011 libFLAC++.a
-rw-r--r--   1 root root   384962 Mar  9  2011 libFLAC.a
-rw-r--r--   1 root root   402396 Nov 11  2010 libGLEW.a
-rw-r--r--   1 root root   326856 Nov 11  2010 libGLEW.so.1.5.7
-rw-r--r--   1 root root   183640 Jun 23  2010 libImlib.a
-rw-r--r--   1 root root    73826 Apr 19  2010 libMrm.a
-rw-r--r--   1 root root      840 Apr 25 00:34 libSDLmain.a
-rw-r--r--   1 root root    84238 Apr 19  2010 libUil.a
-rw-r--r--   1 root root   563152 Feb 27  2011 libWINGs.a
-rw-r--r--   1 root root     7448 Feb 27  2011 libWMaker.a
-rw-r--r--   1 root root   117692 Feb 27  2011 libWUtil.a
-rw-r--r--   1 root root  2013598 Apr 19  2010 libXm.a
-rw-r--r--   1 root root   344784 Jul 28  2010 liba2ps.a
-rw-r--r--   1 root root   151012 Jan 23  2011 libaa.a
-rw-r--r--   1 root root    71526 Apr 18 14:00 libacl.a
-rw-r--r--   1 root root    12824 May 24 22:53 libanl.a
-rw-r--r--   1 root root    13302 May 24 22:54 libanl_p.a
-rw-r--r--   1 root root    18270 Apr 11 01:24 libapm.a
-rw-r--r--   1 root root      902 Apr 11 01:24 libapm.la
-rw-r--r--   1 root root     8128 Apr 11 01:24 libapm.so.1.0.0
-rw-r--r--   1 root root   124472 Aug  9  2010 libart_lgpl_2.a
-rw-r--r--   1 root root   292762 Feb 19  2010 libatalk.a
-rw-r--r--   1 root root    16886 Apr 18 14:00 libattr.a
-rw-r--r--   1 root root   220664 Aug  9  2010 libaudiofile.a
-rw-r--r--   1 root root     2242 Jul 20  2010 libavcall.a
-rw-r--r--   1 root root  5692068 May 12 17:33 libavcodec.a
-rw-r--r--   1 root root    50762 May 12 17:33 libavdevice.a
-rw-r--r--   1 root root    61616 May 12 17:33 libavfilter.a
-rw-r--r--   1 root root  1177596 May 12 17:33 libavformat.a
-rw-r--r--   1 root root    81392 May 12 17:33 libavutil.a
-rw-r--r--   1 root root   985834 Aug 12 18:04 libbfd.a
-rw-r--r--   1 root root  1582234 Nov 29  2010 libboost_test_exec_monitor.a
-rw-r--r--   1 root root    14522 Aug 12  2010 libbridge.a
-rw-r--r--   1 root root      790 May 24 22:53 libbsd-compat.a
-rw-r--r--   1 root root   169898 Sep 20  2010 libbz2.a
-rw-r--r--   1 root root  3165686 May 24 22:53 libc.a
-rw-r--r--   1 root root      238 May 24 22:46 libc.so
-rw-r--r--   1 root root    17236 May 24 22:53 libc_nonshared.a
-rw-r--r--   1 root root  3251082 May 24 22:54 libc_p.a
-rw-r--r--   1 root root    85918 Jun  8  2009 libcaca++.a
-rw-r--r--   1 root root  1012398 Jun  8  2009 libcaca.a
-rw-r--r--   1 root root     5682 Jul 20  2010 libcallback.a
-rw-r--r--   1 root root    67366 Nov  7  2008 libcdda_interface.a
-rw-r--r--   1 root root    33916 Nov  7  2008 libcdda_paranoia.a
-rw-r--r--   1 root root    53950 May 24 22:53 libcrypt.a
-rw-r--r--   1 root root    54692 May 24 22:54 libcrypt_p.a
-rw-r--r--   1 root root  2403160 Mar 22  2011 libcrypto.a
-rw-r--r--   1 root root   446654 Mar 29 15:36 libcurl.a
-rw-r--r--   1 root root      781 Mar  4  2006 libdb-4.2.la
-rw-r--r--   1 root root  1367850 Jan 30  2007 libdb-4.4.a
-rw-r--r--   1 root root      800 Jan 30  2007 libdb-4.4.la
-rw-r--r--   1 root root  1510674 Jan 30  2007 libdb_cxx-4.4.a
-rw-r--r--   1 root root      914 Jan 30  2007 libdb_cxx-4.4.la
-rw-r--r--   1 root root     1015 Apr  7 19:14 libdjvulibre.la
-rw-r--r--   1 root root  1661320 Apr  7 19:14 libdjvulibre.so.21.3.0
-rw-r--r--   1 root root     7914 May 24 22:53 libdl.a
-rw-r--r--   1 root root     8230 May 24 22:54 libdl_p.a
-rw-r--r--   1 root root    26592 Jun 13  2009 libdm.a
-rw-r--r--   1 root root    35716 May 10 06:08 libdvdcss.a
-rw-r--r--   1 root root   124310 Mar 26  2011 libelf.a
-rw-r--r--   1 root root    44668 Apr  7  2009 libesd.a
-rw-r--r--   1 root root     9550 Apr  7  2009 libesddsp.a
-rw-r--r--   1 root root     1008 Feb 15  2011 libexiv2.la
-rw-r--r--   1 root root  2043108 Feb 15  2011 libexiv2.so.10.0.1
-rw-r--r--   1 root root   210144 Feb  9  2011 libexpat.a
-rw-r--r--   1 root root    94294 Dec  5  2009 libexslt.a
-rw-r--r--   1 root root    86234 May 11 15:44 libfaac.a
-rw-r--r--   1 root root    29350 May 28 13:45 libffi.a
-rw-r--r--   1 root root     1652 Sep 22  2008 libfl.a
-rw-r--r--   1 root root     2044 Sep 22  2008 libfl_pic.a
-rw-r--r--   1 root root   504920 Feb 19  2010 libflam3.a
-rw-r--r--   1 root root   257562 Mar  2  2010 libfontconfig.a
-rw-r--r--   1 root root    82414 Apr  4 22:38 libform.a
-rw-r--r--   1 root root    87524 Apr  4 22:39 libformw.a
-rw-r--r--   1 root root    77444 Apr  7  2008 libfribidi.a
-rw-r--r--   1 root root      790 May 24 22:53 libg.a
-rw-r--r--   1 root root    14114 Mar 15  2011 libgamin_shared.a
-rw-r--r--   1 root root      539 May 28 13:44 libgcj.spec
-rw-r--r--   1 root root     5336 May 28 13:45 libgcj_bc.a
-rw-r--r--   1 root root   725556 Aug 12  2010 libgcrypt.a
-rw-r--r--   1 root root    33726 Feb 15  2007 libgdbm.a
-rw-r--r--   1 root root      960 Apr  2 13:23 libgdk-x11-2.0.la
-rw-r--r--   1 root root   283270 Jun  8  2009 libgdk.a
-rw-r--r--   1 root root   149224 Jun 23  2010 libgdk_imlib.a
-rw-r--r--   1 root root  1467678 May 28 13:45 libgfortran.a
-rw-r--r--   1 root root     8074 May 28 13:45 libgij.a
-rw-r--r--   1 root root   223468 Mar  8  2007 libglib.a
-rw-r--r--   1 root root     7908 Mar  8  2007 libgmodule-1.2.so.0.0.10
-rw-r--r--   1 root root     7392 Mar  8  2007 libgmodule.a
-rw-r--r--   1 root root      760 Mar  8  2007 libgmodule.la
-rw-r--r--   1 root root   775998 Feb 25  2010 libgmp.a
-rw-r--r--   1 root root    25212 Feb 25  2010 libgmpxx.a
-rw-r--r--   1 root root    78478 May 28 13:45 libgomp.a
-rw-r--r--   1 root root      170 May 28 13:44 libgomp.spec
-rw-r--r--   1 root root    14112 Aug 12  2010 libgpg-error.a
-rw-r--r--   1 root root    23640 May 31  2007 libgpm.a
-rw-r--r--   1 root root     6118 Mar  8  2007 libgthread.a
-rw-r--r--   1 root root      960 Apr  2 13:23 libgtk-x11-2.0.la
-rw-r--r--   1 root root  1983316 Jun  8  2009 libgtk.a
-rw-r--r--   1 root root   129976 Jan  5  2011 libgudev-1.0.a
-rw-r--r--   1 root root    27892 Jan 11  2011 libguile-srfi-srfi-1-v-3.a
-rw-r--r--   1 root root     1922 Jan 11  2011 libguile-srfi-srfi-13-14-v-3.a
-rw-r--r--   1 root root      874 Jan 11  2011 libguile-srfi-srfi-4-v-3.a
-rw-r--r--   1 root root     5812 Jan 11  2011 libguile-srfi-srfi-60-v-2.a
-rw-r--r--   1 root root  1238938 Jan 11  2011 libguile.a
-rw-r--r--   1 root root     9294 Jan 11  2011 libguilereadline-v-17.a
-rw-r--r--   1 root root    79930 Sep  8  2008 libhfs.a
-rw-r--r--   1 root root    33590 Feb 21  2009 libhistory.a
-rw-r--r--   1 root root   130550 Jan  7  2011 libhtmesh.a
-rw-r--r--   1 root root   257192 Aug 12 18:04 libiberty.a
-rw-r--r--   1 root root   217712 May 15 13:25 libidn.a
-rw-r--r--   1 root root      630 May 24 22:53 libieee.a
-rw-r--r--   1 root root    53254 Apr 30  2009 libieee1284.a
-rw-r--r--   1 root root    17292 Jun 28 13:12 libijs.a
-rw-r--r--   1 root root     5568 Jun 23  2010 libimlib-bmp.a
-rw-r--r--   1 root root     2740 Jun 23  2010 libimlib-gif.a
-rw-r--r--   1 root root     3352 Jun 23  2010 libimlib-jpeg.a
-rw-r--r--   1 root root     8874 Jun 23  2010 libimlib-png.a
-rw-r--r--   1 root root     5506 Jun 23  2010 libimlib-ppm.a
-rw-r--r--   1 root root     4906 Jun 23  2010 libimlib-ps.a
-rw-r--r--   1 root root     2604 Jun 23  2010 libimlib-tiff.a
-rw-r--r--   1 root root     6488 Jun 23  2010 libimlib-xpm.a
-rw-r--r--   1 root root    26494 Jan  2  2010 libiw.a
-rw-r--r--   1 root root   255590 Apr  4  2010 libjpeg.a
-rw-r--r--   1 root root    44184 Jan  1  2011 liblber-2.4.so.2.5.6
-rw-r--r--   1 root root      807 Jan  1  2011 liblber.la
-rw-r--r--   1 root root   255064 Jan  1  2011 libldap-2.4.so.2.5.6
-rw-r--r--   1 root root      868 Jan  1  2011 libldap.la
-rw-r--r--   1 root root   272344 Jan  1  2011 libldap_r-2.4.so.2.5.6
-rw-r--r--   1 root root      889 Jan  1  2011 libldap_r.la
-rw-r--r--   1 root root   385648 Apr 14 14:06 liblftp-jobs.a
-rw-r--r--   1 root root   575964 Apr 14 14:06 liblftp-tasks.a
-rw-r--r--   1 root root    41348 Nov 12  2010 libltdl.a
-rw-r--r--   1 root root   215764 Jun 21 21:27 liblua.a
-rw-r--r--   1 root root   493522 May 24 22:53 libm.a
-rw-r--r--   1 root root   514590 May 24 22:54 libm_p.a
-rw-r--r--   1 root root     1168 May 24 22:53 libmcheck.a
-rw-r--r--   1 root root    44696 Apr  4 22:38 libmenu.a
-rw-r--r--   1 root root    45340 Apr  4 22:39 libmenuw.a
-rw-r--r--   1 root root   227400 Feb 22  2011 libmhash.a
-rw-r--r--   1 root root    58856 Apr 24  2010 libmilter.a
-rw-r--r--   1 root root    15388 Jan 24  2007 libmm.a
-rw-r--r--   1 root root   423056 Feb 25  2010 libmp.a
-rw-r--r--   1 root root   315842 May 10 06:38 libmp3lame.a
-rw-r--r--   1 root root   134448 Feb  8  2011 libmpc.a
-rw-r--r--   1 root root   593612 Apr  4 22:41 libmpfr.a
-rw-r--r--   1 root root   159934 May 28 13:45 libmudflap.a
-rw-r--r--   1 root root   128468 May 28 13:45 libmudflapth.a
-rw-r--r--   1 root root   418434 Apr  4 22:38 libncurses++.a
-rw-r--r--   1 root root   418434 Apr  4 22:39 libncurses++w.a
-rw-r--r--   1 root root   419410 Apr  4 22:38 libncurses.a
-rw-r--r--   1 root root   488546 Apr  4 22:39 libncursesw.a
-rw-r--r--   1 root root   139002 May 24 22:53 libnsl.a
-rw-r--r--   1 root root   142318 May 24 22:54 libnsl_p.a
-rw-r--r--   1 root root   145198 May 28 13:45 libobjc.a
-rw-r--r--   1 root root   371278 May 28 13:45 libobjc_gc.a
-rw-r--r--   1 root root    17124 Mar  9  2011 libogg.a
-rw-r--r--   1 root root   603676 Aug 12 18:04 libopcodes.a
-rw-r--r--   1 root root     7062 Sep 18  2008 libossredir.a
-rw-r--r--   1 root root    13228 Jun 27  2007 libp2c.a
-rw-r--r--   1 root root    18968 Apr  4 22:38 libpanel.a
-rw-r--r--   1 root root    18968 Apr  4 22:39 libpanelw.a
-rw-r--r--   1 root root      994 Apr  6 20:25 libpangoft2-1.0.la
-rw-r--r--   1 root root      982 Apr  6 20:25 libpangox-1.0.la
-rw-r--r--   1 root root      994 Apr  6 20:25 libpangoxft-1.0.la
-rw-r--r--   1 root root    32436 May  4  2010 libparsers.a
-rw-r--r--   1 root root   306332 Aug  5  2010 libpcap.a
-rw-r--r--   1 root root    55488 Mar 14  2011 libpci.a
-rw-r--r--   1 root root   265224 Mar 26  2011 libpcre.a
-rw-r--r--   1 root root    37432 Mar 26  2011 libpcrecpp.a
-rw-r--r--   1 root root     3630 Mar 26  2011 libpcreposix.a
-rw-r--r--   1 root root   688494 Jul 18 14:34 libpng12.a
-rw-r--r--   1 root root   686560 Jul 18 14:34 libpng14.a
-rw-r--r--   1 root root    30112 Apr 30  2010 libpopt.a
-rw-r--r--   1 root root   162016 May 12 17:33 libpostproc.a
-rw-r--r--   1 root root   262944 May 24 22:53 libpthread.a
-rw-r--r--   1 root root      216 May 24 22:46 libpthread.so
-rw-r--r--   1 root root     1384 May 24 22:53 libpthread_nonshared.a
-rw-r--r--   1 root root   271318 May 24 22:54 libpthread_p.a
-rw-r--r--   1 root root      343 Nov  4  2009 libqca.prl
-rw-r--r--   1 root root     2560 Nov  4  2009 libqca.so.2.0.2.debug
-rw-r--r--   1 root root    47406 Feb 12  2010 libradiusclient.a
-rw-r--r--   1 root root   281708 Feb 21  2009 libreadline.a
-rw-r--r--   1 root root   105094 May 24 22:53 libresolv.a
-rw-r--r--   1 root root   107960 May 24 22:54 libresolv_p.a
-rw-r--r--   1 root root    47108 May 24 22:53 librpcsvc.a
-rw-r--r--   1 root root    48556 May 24 22:54 librpcsvc_p.a
-rw-r--r--   1 root root    10714 Sep  8  2008 librsrc.a
-rw-r--r--   1 root root    59766 May 24 22:53 librt.a
-rw-r--r--   1 root root    61898 May 24 22:54 librt_p.a
-rw-r--r--   1 root root  2467538 Mar  6  2011 libruby-static.a
-rw-r--r--   1 root root   451342 Mar 22  2011 libssl.a
-rw-r--r--   1 root root    15710 May 28 13:45 libssp.a
-rw-r--r--   1 root root     1292 May 28 13:45 libssp_nonshared.a
-rw-r--r--   1 root root  2161942 May 28 13:45 libstdc++.a
-rw-r--r--   1 root root   231630 May 28 13:45 libsupc++.a
-rw-r--r--   1 root root   384508 May 12 17:33 libswscale.a
-rw-r--r--   1 root root      769 Mar 30 22:26 libt1.la
-rw-r--r--   1 root root      876 Mar 30 22:26 libt1x.la
-rw-r--r--   1 root root     3060 Nov 11  2010 libtclstub8.5.a
-rw-r--r--   1 root root    10568 Feb 27  2003 libtermcap.a
-rw-r--r--   1 root root   445438 Apr  7 16:45 libtiff.a
-rw-r--r--   1 root root     6234 Apr  7 16:45 libtiffxx.a
-rw-r--r--   1 root root     4118 Nov 11  2010 libtkstub8.5.a
-rw-r--r--   1 root root     2250 Jul 20  2010 libtrampoline.a
-rw-r--r--   1 root root   213660 Jan  5  2011 libudev.a
-rw-r--r--   1 root root     8784 May 24 22:53 libutil.a
-rw-r--r--   1 root root     9000 May 24 22:54 libutil_p.a
-rw-r--r--   1 root root     3706 Jul 20  2010 libvacall.a
-rw-r--r--   1 root root 13925790 May 15 11:52 libvirtuoso-t.a
-rw-r--r--   1 root root    47522 Apr 29  2007 libwrap.a
-rw-r--r--   1 root root   108758 Feb 27  2011 libwraster.a
-rw-r--r--   1 root root      800 Dec 16  2009 libwv2.la
-rw-r--r--   1 root root  1473290 Jan  7  2011 libxml2.a
-rw-r--r--   1 root root   278072 Dec  5  2009 libxslt.a
-rw-r--r--   1 root root     1982 Dec 14  2010 liby.a
-rw-r--r--   1 root root   879134 Aug 31  2010 libyasm.a
-rw-r--r--   1 root root    89366 Feb  9  2011 libz.a
-rw-r--r--   1 root root     1437 May 28 13:44 logging.properties
-rw-r--r--   1 root root   131072 Jul 27 22:10 lowcase.dat
-rw-r--r--   1 root root     4635 Mar 27 03:08 man.conf
-rw-r--r--   1 root root    13392 Jul 27 22:10 nl.msg
-rw-r--r--   1 root root    12488 Jul 27 22:10 pl.msg
-rw-r--r--   1 root root    35936 Nov 12  2010 preloadable_libintl.so
-rw-r--r--   1 root root    16287 Jul 27 22:10 ru.msg
-rw-r--r--   1 root root     7514 Nov 11  2010 tclConfig.sh
-rw-r--r--   1 root root     4291 Nov 11  2010 tkConfig.sh
-rw-r--r--   1 root root    12685 Jul 27 22:10 tr.msg
-rw-r--r--   1 root root   131072 Jul 27 22:10 upcase.dat
-rw-r--r--   1 root root    65536 Jul 27 22:10 valid.dat
-rw-r--r--   1 root root      198 Jan  7  2011 xml2Conf.sh
-rw-r--r--   1 root root      178 Dec  5  2009 xsltConf.sh
 
Old 09-25-2011, 06:29 PM   #7
svu
Member
 
Registered: Apr 2005
Distribution: Slackware 13.37
Posts: 36

Original Poster
Rep: Reputation: 1
Thanks for the overview!
 
Old 09-25-2011, 06:32 PM   #8
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Most of the .la and .so files are 755 with the exception of a few.

I have attached what I have.
Attached Files
File Type: txt 644-la_so-files.txt (2.0 KB, 8 views)
File Type: txt 644-perms.txt (14.3 KB, 9 views)
File Type: txt 755-perms.txt (68.5 KB, 10 views)
 
Old 09-25-2011, 10:59 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by noobje View Post
Thanks for the overview!
Hi,

this is a somewhat odd response in an unrelated thread - but unfortunately
you don't have private messages on the board enabled: when responding
to the e-Mail you sent me earlier today my mail got bounced by hotmail
with a 550 Requested action not taken: mailbox unavailable (state 14).


Can you please contact Jeremy directly with your initial inquiry?


Regards,
Tink
 
Old 09-26-2011, 04:36 AM   #10
svu
Member
 
Registered: Apr 2005
Distribution: Slackware 13.37
Posts: 36

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Tinkster View Post
Hi,

this is a somewhat odd response in an unrelated thread - but unfortunately
you don't have private messages on the board enabled: when responding
to the e-Mail you sent me earlier today my mail got bounced by hotmail
with a 550 Requested action not taken: mailbox unavailable (state 14).


Can you please contact Jeremy directly with your initial inquiry?


Regards,
Tink
Thanks a lot for noticing.
I changed my LQ settings and emailaddress (was still using an old one that has been disabled).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sticky Bit? (ie: chmod 2770 vs chmod 770) JeffC1 Linux - Newbie 7 03-18-2010 07:39 AM
Apache: difference between chmod 644 and chmod 666 and chmod 600 for output/txt/dat? frenchn00b Programming 6 04-22-2009 01:10 PM
chmod 775 to only the directories and chmod 664 to only the files? apachenew Linux - Security 6 09-27-2007 03:26 PM
chmod, external usb, vfat - can't chmod a directory itsjustme Slackware 2 04-02-2006 04:23 PM
chsh accident; big accident. shinystuffrox *BSD 3 06-06-2005 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration