Search Results

Search: Posts Made By: Abder-Rahman
1,184
Posted By Abder-Rahman
listing content, why -p?
I tried to list the content of a directory using the following command:

$ ls


When I inserted -p:

$ ls -p


I got forward slashes (/) after each directory name. What is the goal of -p...
1,264
Posted By Abder-Rahman
Opening a file with vs. without "-e"
I tried opening .bash_profile using the following command:

$ open .bash_profile

Some people use the following form:

$ open -e .bash_profile

What is the difference between the two although...
4,147
Posted By Abder-Rahman
Always getting command not found
I'm using Terminal in MAC OS X, and new to this.

I don't know what happened to the path. I always get "command not found".

For example, this is some of what I get:

-bash: ls: command not...
3,259
Posted By Abder-Rahman
The thing I'm not getting is changing the...
The thing I'm not getting is changing the behavior of the command through -0, which is an option.

Can you illustrate this?
3,259
Posted By Abder-Rahman
Thanks for your replies. I'm really kind of...
Thanks for your replies.

I'm really kind of new to those things.

Can you kindly clarify what you mean by -0 is an "Option"?

Is there an example of its usage that clarifies this meaning?
...
Forum: Web Development 06-13-2010
2,157
Posted By Abder-Rahman
Error when trying to set Admin password in MySQL
I'm trying to set an admin password for MySQL using the following command:

$ /usr/local/mysql/bin/mysqladmin -u root -p new_password

But, I get the following error message?
...
3,259
Posted By Abder-Rahman
-0, what does it refer to?
When we write a Unix command for example like this:

curl -0 ........

What is meant by "-0"?

Thanks.
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy