topics

全部话题 - 话题: directory
1 2 3 4 5 末页 (共10页)
g****g
发帖数: 1828
1

based on this, i made a script that you can go up any number of directories
easily. for example, up 3 will go up three directories from current dir.
#!/bin/bash
# go up any number of directories directly.
if [[ $# -eq 0 ]]
then
echo "going up one directory"
cd ..
elif [[ $# -eq 1 ]]
then
echo "going up $1 directory"
for (( i=1; i<=$1; i++ ))
do
cd ..
done
else
echo "Usage: $0 "
echo "For example: up will go up one directory."
echo " up 2 will go up two... 阅读全帖
b******y
发帖数: 9224
2
There was once a LOT of directory sites on the web. Most of them free for
listing your site. However, nowadays it is hard to find one.
I think the reason being Google penalized the directory sites because they
sell links. However, they have to, because that's how they make money.
So, here is my question, do you think making a directory site is still
worthwhile?
It seems to me there is a bad need for directory site, for example, like
dmoz, but just there is none.
Any thoughts?
i**********r
发帖数: 70
3
suppose user is xyz:
macbook-air:~ xyz$ ls -ld /Users/xyz
drwxr-xr-x+ 37 xyz staff 1258 May 29 23:45 /Users/xyz
macbook-air:~ xyz$ ls -ld /Users/xyz/.
drwxr-xr-x+ 37 xyz staff 1258 May 29 23:45 /Users/xyz/.
Here is the problem:
macbook-air:~ xyz$ sudo mkdir .cpan
Password:
mkdir: .cpan: Operation not permitted
macbook-air:~ xyz$ sudo cpan
...
CPAN build and cache directory? [/Users/xyz/.cpan]
Couldn't create directory /Users/xyz/.cpan.
Please retry.
Anyone can help ?
Thanks!
s*****c
发帖数: 550
4
如何把一些 sub directory 的名称的一部分改了,或是说删除.
所有的 sub directories 都有 character "B", 要把 "B" 删除, 其他的部分
保留。
例如,directory name "ABC" -> "AC"; "DBE" -> "DE"..
j******r
发帖数: 3
5
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: jackbear (捷克熊), 信区: Linux
标 题: Sun One Directory Server安装求教
发信站: Unknown Space - 未名空间 (Sun Sep 28 02:37:58 2003) WWW-POST
在下用RedHat Linux 7.2安装Sun One Directory Server v5.2. 安装后信息如下:
[slapd-opal]: starting up server ...
[slapd-opal]: [25/Sep/2003:22:11:53 -0700] - Sun-ONE-Directory/5.2
B2003.143.0200 (32-bit) starting up
[slapd-opal]: [25/Sep/2003:22:11:55 -0700] - Listening on all interfaces port
389 for LDAP requests
[slapd-opal]: [25/Sep/2003:22:11:55 -0700] -
k*j
发帖数: 2317
6
我下载一sh文件,放在home/本人 目录下
我看见文件在解压,但随即失败,说“this directory does not belong to you"
叫我:“point $HOME to your home directory, and try again"
请问如何point #home to my home directory 阿??
该如何俄安装阿
多谢
c*********e
发帖数: 16335
7
一个大公司,用这个active directory server来管理它拥有的所有的mobile devices(
比如仓库里的扫条形码的那个小机器),所以需要这个active directory server来验证
那个mobile devices是它公司的,所以,用到了active directory的验证功能,可能还
有其它功能。
i**p
发帖数: 902
8
【 以下文字转载自 Windows 讨论区 】
发信人: isup (No), 信区: Windows
标 题: How to remove directory De6.0?????
发信站: BBS 未名空间站 (Thu Jan 1 14:35:18 2009)
There is one directory in RECYCLER/S-1-5-21-682003330-1060284298-839522115-
1001.
It does not show by Windows Explorer even setting to show hiden/system file.
It can be shown by DOS dir command. The shown name is De6.0?????. Tried
command
rd /s De6.0?????
rd /s "De6.0?????"
rd /s De*
but always got error message:
"The filename, directory name, or volume label syn
d******e
发帖数: 152
9
hi,
Does anybody know how to get the cryptkey information when we change the
name of execute directory?
I have a software using cryptkey. now we have a new version, and will have
to change the execute directory. in the test, if we change the directory/
folder name, it will ask for the new cryptkey.
Does anybody know where is it saved and how to change it?
Thank you
L***e
发帖数: 42
10
Hi,
I need to share a unix directory and mount it to another client computer for network licensing.
I share the directory with share command.
When I try to mount it from client computer, it says: "RPC program not registered".
What could that be?
I checked with "ps -ef |grep rpc*" and find on the server computer, these services are running:
rpcbind,
rpc.ttdbserverd
mountd is also on.
How do I solve this problem? Any idea?
Thanks.
p.s.:
I can mount other shared directories from other server comput
a**n
发帖数: 313
11
How to get into directory like this: my directory
I tried cd my directory
failed..
thanks
L***e
发帖数: 42
12
Hi, is there any software can download a whole directory
without knowing the file names? And include all (or several
defined) level of sub-directories?
How about GetRight, ReGet, Gozilla?
I know FlashGet can get multiple files, but need the files
to be same length and must know the exact names of the
files. Can not d/l sub-directories.
Thanks.
c********t
发帖数: 19
13
呼唤 Active directory help.
This is related to Windows NT.
in windows NT active directory, there are three generic admin accounts,
known by several network people.
For security consideration, should each network person has their own admin
account in active directory instead of using the generic accounts?
Thanks a bunch!
w*******e
发帖数: 285
14
Is there a way to change the default directory of good reader to the home
directory of dropbox on Ipad? I need to click a file and then "open it using
good reader" from dropbox view it in good reader right now.
w*s
发帖数: 8
15
来自主题: BuildingWeb版 - Tomcat Directory and Virtual Host problem????
I use Apache 1.3 and Tomcat 3.1 to set up the webserver on
my pc
(windows 2000 professional).
I want to host sever sites on the sever (such as
www.barand1.com and
www.brand2.com), and it seems that
virtual hosts work well with Apache.
But the virtual hosts does not work well with Tomcat.
When I put the jokes.jsp file into /root directory, it
works fines
http://www.brand1.com/jokes.jsp
But when I put the file jokes.jsp into /root/brand1
directory, it does
not work (file not found)...
(also ht
f********u
发帖数: 572
16
thanks! then how do I make the / directory bigger?? Right now
seems the /usr directory takes a lot of the spaces and does not
need that much. How can I do it? Thank you~
r********e
发帖数: 100
17
Is there a way to change the default current BIN directory to other
directory?
Thanks.
p*******0
发帖数: 76
18
来自主题: Database版 - 求vmware和active directory面试题
请版大别删
没在买买提上找到vmware版和active directory版
但我常来database版 :-)
请牛牛们抛点儿玉.给几个vmware和active directory面试题和答案.
帮忙性质,想招有real working experience 的 (senior level).
A*******n
发帖数: 625
19
this question is weird for me, Code is below:
string FilePath = ConfigurationManager.AppSettings["PPLDownloadFilePath"];
if (Directory.Exists(FilePath))
{
string[] files = Directory.GetFiles(@FilePath,"*.*");
count.Text = files.Length.ToString() + " PPL file(s) in " + FilePath;
}
we deploy the website to the server, everything is working on my local when
I open the IE to check how many files on the folder, but it is not working
on my boss computer(always find 0 file). we use same user na... 阅读全帖
c********t
发帖数: 19
20
来自主题: EmergingNetworking版 - 呼唤 active directory help!!
呼唤 coconut
This is related to Windows NT.
in windows NT active directory, there are three generic admin accounts,
known by several network people.
For security consideration, should each network person has their own admin
account in active directory instead of using the generic accounts?
Thanks a bunch!
s****s
发帖数: 3
21
来自主题: Internet版 - 问个"Directory listing denied"的问题
大家好,
去某网站,发现有些资料不错,如:
www.abc.com/download/A.pdf
现想把该目录下所有的其他文件都下载下来,于是敲
www.abc.com/download
结果显示
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
请问大家怎么知道该目录下所有其它文件的名字?
谢谢大家!
c*****t
发帖数: 1879
22
来自主题: Java版 - java directory?
How to find the jar directory my jar file is running from?
For example, my abc.jar could be run by somebody by
java -jar /some/where/abc.jar
or they could run like
java -cp /some/where/abc.jar Main
However, i needed to create/load preferences in the same directory
where abc.jar is located.
Anyone could show me howto?
Thanks a lot
c*****t
发帖数: 1879
23
1. You cannot change the content of a jar file package.
2. A normal way of getting resource from jar package is:
myClass.class.getResourceAsStream ("path");
if the resource file is located in the same directory as myClass,
then all you need to is to specify the name of the file as path.

directory
r**o
发帖数: 481
24
【 以下文字转载自 Programming 讨论区 】
发信人: roro (yoyo~Madredeus-Miradouro de Santa Catar), 信区: Programming
标 题: Anybody familiar with Sun(Netscape) Directory Server?
发信站: BBS 未名空间站 (Thu Aug 28 13:55:55 2008)
Now we have a contractor who take control of the server who doesn't want
to give out any permission.
I don't even know what kind of permission we'd ask from him. His work suck,
we are going to rid him. But now he is hiding everything.
I think I should have:
"directory manager"
and the ability to acce
d*****g
发帖数: 1616
25
http://lists.samba.org/archive/samba-announce/2009/000181.html
We are proud to a announce another alpha release of Samba 4.
What's new in Samba 4 alpha8
============================
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
NEW FEATURES
============
Samba4 supports the server-side of the Active Directory
g****g
发帖数: 1828
26
Shell scripts are run inside a subshell, and each subshell has its own
concept of what the current directory is. The cd succeeds, but as soon as
the subshell exits, the previous current directory is restored.
One way to get around this is to use an alias instead:
alias up='cd ..'
Then in a bash shell, you can do something like:
bash-3.00$ pwd
/home/myhome
bash-3.00$ alias up='cd ..'
bash-3.00$ up
bash-3.00$ pwd
/home
bash-3.00$ up
bash-3.00$ pwd
/
z****u
发帖数: 23
27
在matlab中如何运行不在current working directory中的script?
比方说现在的working directory是"C:\Program\Files\MATLAB\R2007b\work", 在\
work下面有一些文件夹,比方说有\work\data1,\work\data2等等,里面都有一些
script,比方是\work\data1\code1, \work\data2\code2。能在\work里写个script,
运行\work\data1\code1, \work\data2\code2吗?
多谢多谢!
t***q
发帖数: 418
28
试着安装django ,看了网上的视频,就用一个, pip install django 就行,貌似应该
安装到c:python27site-packages 那个directory 里,但是试了几次,怎么都不成功,
安装到了一个怪怪的directory 里。我用windows ,以前安装过其它Python packages
,也不成功, 不知为什么?大家有知道答案的吗?有包子,多谢。
c*********e
发帖数: 16335
29
goodbug,我其实问题是这样的:
看到一个公司在用一个windows active directory server,他们的app是建立在windows
os基础上的,整个架构都是windows os的。
我在想,如果把他的这个app的整个架构用linux做,那个windows active directory
server可以用什么server 代替。
c********1
发帖数: 5269
30
You want to immigrate
1. [windows active directory server] ==> alternative server.
2. [windows active directory Client] ==> [Linux client].
That is a big task. I think it will take years to implement the
task.

windows
c*********e
发帖数: 16335
31
windows active directory Client 就是那些mobile devices,包括手机。
不是migration.只是想象一下,如果那个windows的设计,换成linux的系统,windows
active directory server要换成什么 alternative server?
c*********e
发帖数: 16335
32
手持设备上安装了公司开发的一个程序,这个程序给一个server发信号来注册,这个
server把这个手持设备加入到另外一个active directory server的active directory
里。
l****p
发帖数: 18
33
【 以下文字转载自 Windows 讨论区 】
发信人: lovelp (loved+lg), 信区: Windows
标 题: Help Help: How to recover deleted directory.
发信站: BBS 未名空间站 (Sat Aug 18 22:01:30 2007)
No backup...Accidentally deleted one very important directory. Shift +
delete in vista and not found in Recycled Bin.
Some software can recover this??? thanks...
e****c
发帖数: 183
34
第一次使用TeXnicCenter 的时候,有一个弹出窗口,要求填 the installation
Directory you set up when you installed MiKTEX (normally C:\Program Files\
MiKTeX 2.5\miktex\bin)。我填了这个以后,后来因故重装了一下MikTex,但是装在
不同的目录下了,现在再用TeXnicCenter, 它还是假设我原来填的那个installation
directory。请问哪里可以改的吗?非常感谢!
s*******r
发帖数: 3
35
Hi,
I made a "diff" to a directory and can't do a "patch" now.
What I did was:
diff -ruN dira dirb
"dira" and "dirb" are directory names. Then I deleted
"dirb".
Now, I have "dira" and want to generate "dirb". How can I
do it ?
Thanks!!!
s****e
发帖数: 68
36
来自主题: Unix版 - how to delete this directory?
it is caused by some Chinese-Char directory.
cannot delete it both in windows and in UNIX shell.
the ASCII looks like: --~1F
when i try to rm -r , then use Tab to get the directory name,
it just says "unrecognized option '--~1F/',
try to use rm -i, doesn't works too.
anyone knows how to get rid of??
thanks.
s********e
发帖数: 4
37
If I link two directories with different disk space permit, which space permit
will be used for these two directories, small or large one? Thanks
i**p
发帖数: 902
38
来自主题: Unix版 - Hide directory
I know there is a directory there, but it is not listed when I use "ls -l".
However, after "cd" to the directory and then "cd ..", I can see it by "ls -l"
.
Could any one explain it to me.
Thanks!
I**A
发帖数: 96
39
来自主题: Unix版 - How to gzip a directory directly ?
I have a huge directory.
I want to archive it.
I used tar:
tar -cvf Myproject.tar Myproject
then used gzip:
gzip Myproject.tar
to generate .gz file.
But, the intermediate myproject.tar is too big, like 400GB.
I want to know how I can compress the directory directly.
Because the file is very huge, I doubt if tar pipe gzip works.
I saw there is tar -z can compress directly when we tar it. But my ksh does
not have this -z option.
i**p
发帖数: 902
40
来自主题: Windows版 - How to remove directory De6.0?????
There is one directory in RECYCLER/S-1-5-21-682003330-1060284298-839522115-
1001.
It does not show by Windows Explorer even setting to show hiden/system file.
It can be shown by DOS dir command. The shown name is De6.0?????. Tried
command
rd /s De6.0?????
rd /s "De6.0?????"
rd /s De*
but always got error message:
"The filename, directory name, or volume label syntax is incorrect."
How to remove it?
c*******p
发帖数: 17
41
还在艰难求职中,难得有个大公司联系,软软的HR问想面哪个组
选项有:
Azure的Storage, DNS, Solution, Active Directory Resilience
还有个Hybrid team in the Identity Products and Services Org
想请教一下这些组有没有哪个比较好的,个人倾向是Azure的Storage,感觉背景最
match,只是不知是不是坑。
b******y
发帖数: 9224
42
来自主题: StartUp版 - business directory
Thinking about to make a business directory for all the overseas Chinese businesses.
Will that be useful for the mass as well as the businesses? Any comments
welcome.
h**o
发帖数: 1879
43
大家觉得做个 startup 的 directory 有没有用处?我个人有兴趣。
h**o
发帖数: 1879
44
我是说大家扎堆在这的 startup directory,没想过搞那么大的
c********t
发帖数: 4527
45
来自主题: Working版 - Anybody knows Active Directory? (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: Boston
标 题: Anybody knows Active Directory?
发信站: BBS 未名空间站 (Fri Nov 2 19:40:32 2012, 美东)
ActiveDirectory and ActiveDirectory synchronization? I can use some of
expertise if you do know about it.
s****n
发帖数: 77
46
来自主题: Working版 - 内推有Active Directory经验的QA
我们公司需要找一个有Active Directory/Exchange Server Admin Background 的QA.
福利不错。 可以work from home 3 days a week. 有兴趣的站内信息我。
地点是NJ
j********r
发帖数: 96
47
We are currently seeking a Technical Support Lead for an 18 month V-
contract out at Microsoft.
If you are interested please contact: J**[email protected]
Job description:
Position: Technical Support Lead
Company: Microsoft
Responsibilities include:
· Building strong partnerships with our vendors and working through
those relationships to support and insure the success of our outsource
vendor organization
· Manage Technical mentoring with vendors and internal teams to
ensure prog... 阅读全帖
C*********o
发帖数: 563
48
来自主题: VolleyBall版 - why i cant see the directory?
CuteFTP says i got connected, but cannot see any directory or files there.
anything wrong with the server? //confused.
thanks.
e**u
发帖数: 409
49
但是还显示有这个文件
rm或者ls都显示,“No such file or directory”
请问怎么才能删掉?
谢谢
o***g
发帖数: 2784
50
ie和chinese directory name有啥关系?
1 2 3 4 5 末页 (共10页)