Firefox create new profile in non default location

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Firefox create new profile in non default location
# 1  
Old 01-10-2012
Firefox create new profile in non default location

Could someone please explain how to setup a new firefox profile in non default location from the command line?
# 2  
Old 01-10-2012
Code:
firefox -CreateProfile "profile_name profile_dir"



Creates a new profile named profile_name in the profile_dir directory, but do not start application. Note profile_name and profile_dir are quoted together.

---------- Post updated at 04:57 PM ---------- Previous update was at 04:56 PM ----------

more command line options
https://developer.mozilla.org/En/Command_Line_Options

---------- Post updated at 04:57 PM ---------- Previous update was at 04:57 PM ----------

more command line options
https://developer.mozilla.org/En/Command_Line_Options
This User Gave Thanks to itkamaraj For This Post:
# 3  
Old 01-10-2012
Thx for that. Did you make a mistake with your second link? After a bit of googleing I found some other links that all have a bit of useful stuff.

Lesser Known Firefox Command Line Options
HowTo: Run Firefox From The Command Line
https://developer.mozilla.org/en/Command_Line_Options
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Connect Direct - XSMG242I -Create user profile - sdsc_create failed

HI, I have two Linux servers on which IBM Sterling ConnectDirect is installed. I want to transfer a file from server(abc20) to abc19. I have edited userfile.cfg & netmap.cfg on both the server still file transfer is not happening. Also the file is getting transferred from abc20 to abc20 itself... (5 Replies)
Discussion started by: ABM_CD
5 Replies

2. HP-UX

Create a new user from using existing users profile

Hello, Just wanting to know if it is possible. Also I am new to command line. I am running 5.1b, if that matters. Thanks in advance (10 Replies)
Discussion started by: bcha
10 Replies

3. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies

4. Shell Programming and Scripting

Create a list of commands in a central location, and then run them all remotely through a ssh here

I'm trying to write a script that in the end will from one central location hop to a bunch of servers and then run a series of ping tests. The thing is, the list of devices that needs to be pinged is going to be different for each server. So what I want to do is be able to do is read through the... (0 Replies)
Discussion started by: DeCoTwc
0 Replies

5. UNIX for Advanced & Expert Users

changing the .profile location

Hi Experts, Can any one guide me to change the .profile location; My case is; I have two .profile in /DATA/home/x/ as well as /home/x/. While login system default refers to /home/x/ but I need to change this to /DATA/home/x/. Please advice. It is urgent... (3 Replies)
Discussion started by: Jerald Nathan
3 Replies

6. Solaris

How can I create a new swap location in ZFS?

I am running OpenSolaris v5.11 During installation, the installation created default ZFS filesystems, like the dump and swap locations. I want to change the blocksize of the /dump and /swap locations and make them ZFS volumes. The ZFS system is on a zpool called rpool I was able to do... (4 Replies)
Discussion started by: sqa777
4 Replies

7. UNIX for Dummies Questions & Answers

create and load my own .profile

Hello to everyone, This is my first that I use any group in order to find a reply to my question. I would really like your help!!! Do you know how can I create my own .profile file in unix (not edit the existing one) and how can I load it when i open a new bash? I would like those settings... (1 Reply)
Discussion started by: unbalanced
1 Replies

8. Solaris

how I create my .profile

Hello Sir, I m new user in unix.Please help me to create my dot profile. (1 Reply)
Discussion started by: Nirmal
1 Replies

9. Solaris

[NewBie] Create User Profile

Hi i am a newbie on Sun Solaris system. for the above topic, creating a user profile for telnet, ftp through command line, may i know what the command is? and the way of creating the user profile.? (2 Replies)
Discussion started by: yewping
2 Replies
Login or Register to Ask a Question