WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Files & Dirs have contexts/paths to be specified !  (Read 2095 times)

Offline labeas

  • Sr. Member
  • ****
  • Posts: 266
Files & Dirs have contexts/paths to be specified !
« on: April 03, 2017, 01:08:10 AM »
  As Gerald has said already, with the above files installed to your tce diretory, run only
   Code: [Select]
   tce-load -i mc
   mc
===============
Drop the herd-mentality "Code: [Select]"  notation , and give the ESSENTIAL path of the
so called "tce diretory", considering that `locate tce` is not availble.


Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Files & Dirs have contexts/paths to be specified !
« Reply #1 on: April 03, 2017, 02:40:38 AM »
I really think that other Linux distro experiences are getting in the way of progress..

if you feel it necessary to type the whole path then fine you can do whatever you like. 

Meanwhile,  /etc/sysconfig/tcedir is in $PATH  therefore not required to be used at every opportunity.

It matters mostly with tab completion in which case maybe this will help:
Code: [Select]
cd /etc/sysconfig/tcedir
then use:
Code: [Select]
tce-load -i mc
mc

More info..
Code: [Select]
realpath /etc/sysconfig/tcedir
« Last Edit: April 03, 2017, 02:54:06 AM by coreplayer2 »